Update gradle path command

This commit is contained in:
2023-10-22 19:20:48 -07:00
parent aa2d8a2b8a
commit 45bab85f09

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stages { stages {
stage('Gradle Build') { stage('Gradle Build') {
steps { steps {
sh 'gradle clean build' sh './gradlew clean build'
} }
} }
} }