Update gradle + Rewrite maven handling to fix #1442

This commit is contained in:
modmuss50 2018-02-19 14:12:08 +00:00
parent ec6fee9230
commit 804971bb70
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
4 changed files with 34 additions and 63 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 mtDocGen uploadArchive curseTools --refresh-dependencies --stacktrace"
sh "./gradlew build mtDocGen publish curseTools --refresh-dependencies --stacktrace"
stage "Archive artifacts"