This commit is contained in:
Ziver Koc 2024-09-11 00:05:15 +02:00
parent 36568915c8
commit dbbac691d7

2
Jenkinsfile vendored
View file

@ -14,7 +14,7 @@ node {
} }
withGradle { withGradle {
def gradleParams = "--no-daemon -Pversion=1.0.${BUILD_NUMBER}" def gradleParams = "-Pversion=1.0.${BUILD_NUMBER}" // --no-daemon
stage('Build') { stage('Build') {
sh "chmod +x ./gradlew" sh "chmod +x ./gradlew"