Skip to content

Commit

Permalink
Update sonarcloud_daily.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny authored Jun 18, 2024
1 parent 36f39d4 commit 8977b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion job-dsls/jobs/kie/branch/sonarcloud_daily.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ for (repoConfig in REPO_CONFIGS) {
}
concurrentBuild()

jdk("kie-jdk17")
jdk("kie-jdk11")

label(get("label"))

Expand Down Expand Up @@ -124,6 +124,7 @@ for (repoConfig in REPO_CONFIGS) {
}

maven {
jdk("kie-jdk17")
mavenInstallation("kie-maven-${Constants.MAVEN_VERSION}")
mavenOpts("-Xms1g -Xmx3g")
goals("-B -e -nsu -fae generate-resources -Psonarcloud-analysis")
Expand Down

0 comments on commit 8977b8d

Please sign in to comment.