try fix build?
This commit is contained in:
parent
5f63bb7b5a
commit
7209e08f87
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue