From 1658b50a44eef412709e9c95d51ea496ef82d7cf Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sat, 23 Sep 2023 14:12:22 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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