Use latest weave and refresh dependencies in Jenkins

dev/0.11
modmuss50 2017-05-10 21:51:46 +01:00
parent c4727ab313
commit cc56011035
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

@ -7,7 +7,7 @@ node {
sh "rm -rf build/libs/"
sh "chmod +x gradlew"
sh "./gradlew build"
sh "./gradlew build --refresh-dependencies"
stage "Archive artifacts"

View File

@ -52,7 +52,7 @@ dependencies {
shade 'com.google.code.gson:gson:2.6.2'
shade 'commons-io:commons-io:1.4'
shade 'com.google.guava:guava:19.0'
shade 'net.fabricmc:weave:0.1.0.6'
shade 'net.fabricmc:weave:0.1.0.+'
shade 'cuchaz:enigma:0.11.0.+:lib'
shade 'net.fabricmc:tiny-remapper:+'