1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Exclude the api module from the artifacts

This commit is contained in:
Tim203
2021-12-05 22:27:56 +01:00
parent 476ad4eb0f
commit aefb0df409

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
}
post {
success {
archiveArtifacts artifacts: '**/target/floodgate-*.jar', excludes: "**/target/floodgate-core.jar", fingerprint: true
archiveArtifacts artifacts: '**/target/floodgate-*.jar', excludes: "**/target/floodgate-(api|core).jar", fingerprint: true
}
}
}