Update Jenkinsfile

This commit is contained in:
!verity
2026-03-15 23:49:24 +01:00
committed by GitHub
parent e004e8acc5
commit fc7a2f4770

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
stage('Build') {
steps {
sh './gradlew build'
sh 'chmod +x gradlew && ./gradlew build'
}
}