mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Use the correct jar names
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -21,7 +21,7 @@ pipeline {
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts artifacts: '**/build/libs/floodgate-*.jar',
|
||||
excludes: '**/floodgate-parent-*.jar,**/floodgate-api-*.jar,**/floodgate-core-*.jar',
|
||||
excludes: '**/floodgate-parent-*.jar,**/floodgate-api.jar,**/floodgate-core.jar',
|
||||
fingerprint: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user