Skip to content

Commit 6bc94cc

Browse files
author
Matt
committed
fix: gradle
1 parent d011d18 commit 6bc94cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
stage('Build') {
1717
steps {
1818
// Run Gradle build
19-
sh './gradlew clean build'
19+
sh 'gradle clean build'
2020
}
2121
}
2222
stage('Publish Artifacts') {

0 commit comments

Comments
 (0)