diff --git a/Jenkinsfile b/Jenkinsfile index 9bb77b7..2b16c13 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,8 +3,8 @@ pipeline { stages { stage('build') { steps { - sh './gradlew applyPatches' - sh './gradlew paperclipJar' + sh './gradlew applyPatches --no-daemon' + sh './gradlew paperclipJar --no-daemon' } } }