Skip to content
Snippets Groups Projects
Commit b42493b6 authored by Reiner Jung's avatar Reiner Jung
Browse files

Set correct build task

parent 15b4c9db
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ pipeline {
stage('Compile') {
steps {
sh './gradlew compileJava'
sh './gradlew build'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment