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"

View file

@ -24,7 +24,7 @@ buildscript {
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath "gradle.plugin.net.minecrell:licenser:0.2.1"
classpath 'ASM-Injector:ASM-Injector:1.0.0.30'
classpath 'ASM-Injector:ASM-Injector:1.0.0.31'
}
}