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