bugfix
This commit is contained in:
parent
36568915c8
commit
dbbac691d7
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue