diff options
author | HOCKLA <ah999m@att.com> | 2019-12-11 13:37:40 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2019-12-11 13:38:50 -0600 |
commit | 9b6d0730ebd1f5d1e41bb98a8232673f1d07cc0e (patch) | |
tree | e61d95213ce5aaa007dabbc78d6040a97b1ff81b /jjb | |
parent | 90919b590001c484de01781611865b8c6afb8402 (diff) |
Set java 11 for policy/common and policy/parent
Issue-ID: POLICY-1594
Change-Id: I29607fdc51380c6acb59c1525b85b3c2733e6c12
Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/policy/policy-common.yaml | 1 | ||||
-rw-r--r-- | jjb/policy/policy-parent.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
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 |