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

Set correct build task

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