From: HOCKLA Date: Wed, 11 Dec 2019 19:37:40 +0000 (-0600) Subject: Set java 11 for policy/common and policy/parent X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9b6d0730ebd1f5d1e41bb98a8232673f1d07cc0e;p=ci-management.git Set java 11 for policy/common and policy/parent Issue-ID: POLICY-1594 Change-Id: I29607fdc51380c6acb59c1525b85b3c2733e6c12 Signed-off-by: HOCKLA --- diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index 0f2205d09..3ac5b2550 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -17,6 +17,7 @@ - 'master': branch: 'master' mvn-settings: 'policy-common-settings' + java-version: openjdk11 files: '**' archive-artifacts: '' build-node: ubuntu1604-builder-4c-4g diff --git a/jjb/policy/policy-parent.yaml b/jjb/policy/policy-parent.yaml index d48b0d6ff..dca24521b 100644 --- a/jjb/policy/policy-parent.yaml +++ b/jjb/policy/policy-parent.yaml @@ -17,6 +17,7 @@ - 'master': branch: 'master' mvn-settings: 'policy-parent-settings' + java-version: openjdk11 files: '**' archive-artifacts: '' build-node: ubuntu1604-builder-4c-4g