diff --git a/Jenkinsfile b/Jenkinsfile index b080b2b0..257ff990 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,9 +14,9 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(jdk: '8', traceability: true) { + withMaven(jdk: '17', traceability: true) { //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { - sh "mvn clean install -e -P let_reporting" + sh "mvn clean install" } } }