mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
fancynpcs: update artifact path (jenkins) and change base name (shadowJar)
This commit is contained in:
2
plugins/fancynpcs/Jenkinsfile
vendored
2
plugins/fancynpcs/Jenkinsfile
vendored
@@ -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([
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user