This commit is contained in:
modmuss50 2017-06-28 22:29:01 +01:00
parent 7209e08f87
commit 779467ea01
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
2 changed files with 2 additions and 2 deletions

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 --stacktrace"
sh "./gradlew build uploadArchive curseTools --refresh-dependencies --stacktrace --debug"
stage "Archive artifacts"