try fix build?

This commit is contained in:
modmuss50 2017-06-28 22:10:43 +01:00
parent 5f63bb7b5a
commit 7209e08f87
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

1
Jenkinsfile vendored
View file

@ -6,6 +6,7 @@ node {
stage 'Build'
sh "rm -rf build/libs/"
sh "rm -rf .gradle/asmInjector/"
sh "chmod +x gradlew"
sh "./gradlew build uploadArchive curseTools --refresh-dependencies --stacktrace"