Fix shaded jar

This commit is contained in:
Konicai 2022-10-16 22:47:26 -04:00
parent 4dfb728b4d
commit 675e70be66
No known key found for this signature in database
GPG key ID: 710D09287708C823
4 changed files with 57 additions and 1 deletions

2
Jenkinsfile vendored
View file

@ -20,7 +20,7 @@ pipeline {
}
post {
success {
archiveArtifacts artifacts: 'bootstrap/**/build/libs/*.jar', excludes: 'bootstrap/**/build/libs/*-sources.jar,bootstrap/**/build/libs/*-unshaded.jar', fingerprint: true
archiveArtifacts artifacts: 'bootstrap/**/build/libs/Geyser-*.jar', fingerprint: true
}
}
}