Skip to content

Commit

Permalink
BXMSPROD-2104: Sonarcloud execution needs to be moved to Java 17 as m…
Browse files Browse the repository at this point in the history
…inimal
  • Loading branch information
mbiarnes committed Aug 15, 2023
1 parent 05827e0 commit a315479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.buildchain
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pipeline {
expression { return enableSonarCloudAnalysis }
}
tools {
jdk jdkTool
jdk 'kie-jdk17'
maven mavenTool
}
steps {
Expand Down

0 comments on commit a315479

Please sign in to comment.