From 0a595b9fb36360c2f719324240b2a4fd148e7ea6 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 10 Sep 2020 17:48:42 +0200 Subject: [PATCH] Fix the merge job Fix the merge job that does not use jdk 11 Issue-ID: SDC-2725 Signed-off-by: sebdet Change-Id: I151981c0e12131ae8a6e9b33128ea764729ec715 --- jjb/sdc/sdc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml index c64d17e89..22fa4818d 100644 --- a/jjb/sdc/sdc.yaml +++ b/jjb/sdc/sdc.yaml @@ -35,6 +35,7 @@ docker-pom: 'pom.xml' mvn-profile: 'docker' mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/' + java-version: openjdk11 - gerrit-maven-stage: build-timeout: 90 sign-artifacts: true -- 2.16.6