mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-26 22:55:39 +00:00
Jenkins is not fetching the right Netty for some reason
This commit is contained in:
parent
b4b765c036
commit
07bf264e8e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -17,14 +17,14 @@ pipeline {
|
||||
stage('applyPatches') {
|
||||
steps {
|
||||
withGradle {
|
||||
sh './gradlew applyPatches'
|
||||
sh './gradlew applyPatches --refresh-dependencies'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('paperclipJar') {
|
||||
steps {
|
||||
withGradle {
|
||||
sh './gradlew createReobfPaperclipJar'
|
||||
sh './gradlew createReobfPaperclipJar --refresh-dependencies'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user