Dont save build artifacts on jenkins.

If this causes you an issue you should be getting them from maven.
This commit is contained in:
modmuss50 2020-08-30 11:39:08 +01:00 committed by GitHub
parent 4bb59b0695
commit b964ad9c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -7,8 +7,4 @@ node {
sh "rm -rf build/libs/"
sh "./gradlew build javadocJar publish --refresh-dependencies"
stage "Archive artifacts"
archive 'build/libs/*'
}