Skip to content

Commit

Permalink
test: Sonarqube needs java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 authored Aug 7, 2024
1 parent b8bb18a commit c7273a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pipeline {
}
tools {
maven 'maven3'
jdk 'Java11'
jdk 'Java17'
}
steps {
script {
Expand Down

0 comments on commit c7273a7

Please sign in to comment.