From: Robert Varga Date: Fri, 2 Oct 2020 10:13:15 +0000 (+0200) Subject: Fix ovsdb sonar configuration X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=aec52d31de4cd8390830c2d7d5ff6045b5eb27a8;hp=7ba9d95fc3826c0a96afe50f3a5974115a843850;p=releng%2Fbuilder.git Fix ovsdb sonar configuration ovsdb needs JDK11 to compile, fix the sonar job definition. Change-Id: Id3b6a3ae13c6221f0e97c91885528c48947d04ee Signed-off-by: Robert Varga --- diff --git a/jjb/ovsdb/ovsdb-sonar.yaml b/jjb/ovsdb/ovsdb-sonar.yaml index e7fe9d2e6..16bfa85a9 100644 --- a/jjb/ovsdb/ovsdb-sonar.yaml +++ b/jjb/ovsdb/ovsdb-sonar.yaml @@ -5,7 +5,7 @@ - "ovsdb-sonar" project: "ovsdb" - jdk: "openjdk8" + jdk: "openjdk11" - job-template: name: "ovsdb-sonar"