🐛 Fix bug in Jenkinsfile

This commit is contained in:
andreas.dinauer 2025-09-14 10:21:44 +02:00
parent f1751250a1
commit 8c99a7b46a

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
stage('Build Quarkus application') {
steps {
script {
sh './gradlew build'
sh './mvnw clean package'
}
}
}