mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Set artifact id to lower case
This commit is contained in:
parent
18854647bf
commit
91d370d883
@ -82,7 +82,7 @@ publishing {
|
||||
} else {
|
||||
url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/")
|
||||
}
|
||||
|
||||
|
||||
credentials {
|
||||
username = System.getenv("JENKINS_USER")
|
||||
password = System.getenv("JENKINS_PASS")
|
||||
@ -92,6 +92,9 @@ publishing {
|
||||
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
|
||||
artifactId = "placeholderapi"
|
||||
|
||||
from components.java
|
||||
|
||||
pom.withXml {
|
||||
|
@ -1 +1 @@
|
||||
rootProject.name = 'placeholderapi'
|
||||
rootProject.name = 'PlaceholderAPI'
|
||||
|
Loading…
Reference in New Issue
Block a user