diff --git a/build.gradle b/build.gradle index 55dcf7a..9ef9187 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/settings.gradle b/settings.gradle index 76ba08b..c4faa33 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -rootProject.name = 'placeholderapi' +rootProject.name = 'PlaceholderAPI'