mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-30 08:06:01 +00:00
Use Gradle wrapper
This commit is contained in:
parent
ac5ee6b0d7
commit
3feb510c17
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -3,8 +3,10 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh './gradlew applyPatches --no-daemon'
|
withGradle {
|
||||||
sh './gradlew paperclipJar --no-daemon'
|
sh './gradlew applyPatches --no-daemon'
|
||||||
|
sh './gradlew paperclipJar --no-daemon'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user