Skip to content

Commit

Permalink
Add jdk14 as it is required by OS 1.x gradle check (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Jul 6, 2022
1 parent ee8b613 commit fa6b439
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/baseJenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ tool:
installers:
- adoptOpenJdkInstaller:
id: "jdk-11.0.15+10"
- name: "jdk-14"
properties:
- installSource:
installers:
- adoptOpenJdkInstaller:
id: "jdk-14.0.2+12"
- name: "jdk-17"
properties:
- installSource:
Expand Down
6 changes: 6 additions & 0 deletions test/data/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ tool:
installers:
- adoptOpenJdkInstaller:
id: jdk-11.0.15+10
- name: jdk-14
properties:
- installSource:
installers:
- adoptOpenJdkInstaller:
id: jdk-14.0.2+12
- name: jdk-17
properties:
- installSource:
Expand Down

0 comments on commit fa6b439

Please sign in to comment.