I almost give up

This commit is contained in:
modmuss50 2017-06-28 22:33:09 +01:00
parent 4031763a3a
commit 1f2b8a8bf9
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ node {
sh "rm -rf build/libs/"
sh "rm -rf .gradle/asmInjector/"
sh "chmod +x gradlew"
sh "./gradlew build uploadArchive curseTools --refresh-dependencies --stacktraces"
sh "./gradlew build uploadArchive curseTools --refresh-dependencies --stacktrace"
stage "Archive artifacts"