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
@ -82,7 +82,7 @@ publishing {
|
|||||||
} else {
|
} else {
|
||||||
url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/")
|
url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/")
|
||||||
}
|
}
|
||||||
|
|
||||||
credentials {
|
credentials {
|
||||||
username = System.getenv("JENKINS_USER")
|
username = System.getenv("JENKINS_USER")
|
||||||
password = System.getenv("JENKINS_PASS")
|
password = System.getenv("JENKINS_PASS")
|
||||||
@ -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