diff --git a/Jenkinsfile b/Jenkinsfile index a46fa5a..9f4eb85 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,24 +4,17 @@ pipeline { GITHUB_BRANCH = "${BRANCH_NAME}" } stages { - stage('clean') { - steps { - withGradle { - sh './gradlew cleanCache' - } - } - } stage('applyPatches') { steps { withGradle { - sh './gradlew applyPatches' + sh './gradlew applyPatches --no-daemon --refresh-dependencies' } } } stage('paperclipJar') { steps { withGradle { - sh './gradlew createReobfPaperclipJar --stacktrace --info' + sh './gradlew createReobfPaperclipJar --no-daemon --refresh-dependencies' } sh """ #!/bin/sh