From 9b6d0730ebd1f5d1e41bb98a8232673f1d07cc0e Mon Sep 17 00:00:00 2001 From: HOCKLA Date: Wed, 11 Dec 2019 13:37:40 -0600 Subject: [PATCH] Set java 11 for policy/common and policy/parent Issue-ID: POLICY-1594 Change-Id: I29607fdc51380c6acb59c1525b85b3c2733e6c12 Signed-off-by: HOCKLA --- jjb/policy/policy-common.yaml | 1 + jjb/policy/policy-parent.yaml | 1 + 2 files changed, 2 insertions(+) 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 -- 2.16.6