Skip to content

Commit

Permalink
Switch mdsal-sonar to Java 21
Browse files Browse the repository at this point in the history
mdsal.git/master is now using odlparent-14, and thus requires Java 21.
This fixes the now-failing build.

Change-Id: I7f3edf72e344cbc5622e89ecb0e114cdf3cc1788
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Jun 30, 2024
1 parent 1844909 commit 218fe5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jjb/mdsal/mdsal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
- project:
name: mdsal-sonar
jobs:
- odl-sonar-jobs-jdk17:
- odl-sonar-jobs-jdk21:
mvn-params: >
-Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec
-Dskip.karaf.featureTest=true
Expand All @@ -112,6 +112,8 @@
project: "mdsal"
project-name: "mdsal"
branch: "master"
build-node: ubuntu2004-docker-4c-4g

mvn-settings: "mdsal-settings"
mvn-goals: "clean deploy"
mvn-opts: "-Dintegrationtests"
Expand Down

0 comments on commit 218fe5a

Please sign in to comment.