mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-05 15:55:28 +01:00
Set artifact id to lower case
This commit is contained in:
parent
18854647bf
commit
91d370d883
@ -92,6 +92,9 @@ publishing {
|
|||||||
|
|
||||||
publications {
|
publications {
|
||||||
mavenJava(MavenPublication) {
|
mavenJava(MavenPublication) {
|
||||||
|
|
||||||
|
artifactId = "placeholderapi"
|
||||||
|
|
||||||
from components.java
|
from components.java
|
||||||
|
|
||||||
pom.withXml {
|
pom.withXml {
|
||||||
|
@ -1 +1 @@
|
|||||||
rootProject.name = 'placeholderapi'
|
rootProject.name = 'PlaceholderAPI'
|
||||||
|
Loading…
Reference in New Issue
Block a user