mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2026-06-04 08:56:54 +00:00
Almost forgor
This commit is contained in:
Vendored
+2
-2
@@ -3,8 +3,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh './gradlew applyPatches'
|
sh './gradlew applyPatches --no-daemon'
|
||||||
sh './gradlew paperclipJar'
|
sh './gradlew paperclipJar --no-daemon'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user