Skip to content

Commit dd93725

Browse files
authored
Switch from AdoptOpenJDK to Temurin and latest JDK 8. (#4537)
* Switched from AdoptOpenJDK to Temurin and JDK version 8.0.302.
1 parent 532c0b7 commit dd93725

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.github/workflows/ci-examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/[email protected]
1919
with:
20-
java-version: '8.0.292+10'
21-
distribution: adopt-hotspot
20+
java-version: '8.0.302'
21+
distribution: temurin
2222
- name: Cache Gradle Home files
2323
uses: actions/[email protected]
2424
continue-on-error: true
@@ -45,8 +45,8 @@ jobs:
4545
- uses: actions/checkout@v2
4646
- uses: actions/[email protected]
4747
with:
48-
java-version: '8.0.292+10'
49-
distribution: adopt-hotspot
48+
java-version: '8.0.302'
49+
distribution: temurin
5050
- name: Cache Gradle Home files
5151
uses: actions/[email protected]
5252
continue-on-error: true

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/[email protected]
2727
with:
28-
java-version: '8.0.292+10'
29-
distribution: adopt-hotspot
28+
java-version: '8.0.302'
29+
distribution: temurin
3030
- name: Cache Gradle Home files
3131
uses: actions/[email protected]
3232
with:
@@ -51,8 +51,8 @@ jobs:
5151
- uses: actions/checkout@v2
5252
- uses: actions/[email protected]
5353
with:
54-
java-version: '8.0.292+10'
55-
distribution: adopt-hotspot
54+
java-version: '8.0.302'
55+
distribution: temurin
5656
- name: Cache Gradle Home files
5757
uses: actions/[email protected]
5858
continue-on-error: true

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/[email protected]
1717
with:
18-
java-version: '1.8'
18+
java-version: '8.0.302'
19+
distribution: temurin
1920
- name: Clear existing docker image cache
2021
run: docker image prune -af
2122

0 commit comments

Comments
 (0)