Final build fixes
This commit is contained in:
parent
7bf0e4f08a
commit
0dc2636046
3 changed files with 8 additions and 9 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -5,9 +5,8 @@ node {
|
|||
|
||||
stage 'Build'
|
||||
|
||||
sh "rm -rf build/libs/"
|
||||
sh "chmod +x gradlew"
|
||||
sh "./gradlew build publish curseTools --refresh-dependencies --stacktrace"
|
||||
sh "./gradlew clean build publish curseTools --refresh-dependencies --stacktrace"
|
||||
|
||||
stage "Archive artifacts"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue