1
0
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:
Tim203
2022-05-11 23:11:53 +02:00
parent d0b3a38af5
commit 5034c5f5a9

2
Jenkinsfile vendored
View File

@@ -21,7 +21,7 @@ pipeline {
post { post {
success { success {
archiveArtifacts artifacts: '**/build/libs/floodgate-*.jar', 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 fingerprint: true
} }
} }