fancynpcs: update artifact path (jenkins) and change base name (shadowJar)

This commit is contained in:
Oliver
2025-03-29 19:21:08 +01:00
parent c63f90c13e
commit ef19a48bc5
2 changed files with 2 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ pipeline {
post {
always {
archiveArtifacts artifacts: '**/build/libs/FancyNpcs-*.jar', allowEmptyArchive: true
archiveArtifacts artifacts: 'plugins/fancynpcs/build/libs/FancyNpcs-*.jar', allowEmptyArchive: true
}
success {
withCredentials([

View File

@@ -118,6 +118,7 @@ tasks {
relocate("org.incendo", "de.oliver")
relocate("org.lushplugins.chatcolorhandler", "de.oliver.fancynpcs.libs.chatcolorhandler")
archiveClassifier.set("")
archiveBaseName.set("FancyNpcs")
dependsOn(":plugins:fancynpcs:api:shadowJar")
}