Update gradle path command
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Gradle Build') {
|
stage('Gradle Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'gradle clean build'
|
sh './gradlew clean build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user