mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
Set artifact id to lower case
This commit is contained in:
@@ -92,6 +92,9 @@ publishing {
|
||||
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
|
||||
artifactId = "placeholderapi"
|
||||
|
||||
from components.java
|
||||
|
||||
pom.withXml {
|
||||
|
@@ -1 +1 @@
|
||||
rootProject.name = 'placeholderapi'
|
||||
rootProject.name = 'PlaceholderAPI'
|
||||
|
Reference in New Issue
Block a user