Skip to content

Commit 2d6e8c5

Browse files
committed
Downgrade the JDK to 8 to be consistent with the JVM toolchain version and fix the Gradle build failure
1 parent 38a04f0 commit 2d6e8c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
- name: Set up JDK 21
21+
- name: Set up JDK 8
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: '21'
24+
java-version: '8'
2525
distribution: 'temurin'
2626

2727
- name: Setup Gradle
@@ -41,10 +41,10 @@ jobs:
4141

4242
steps:
4343
- uses: actions/checkout@v4
44-
- name: Set up JDK 21
44+
- name: Set up JDK 8
4545
uses: actions/setup-java@v4
4646
with:
47-
java-version: '21'
47+
java-version: '8'
4848
distribution: 'temurin'
4949

5050
- name: Generate and submit dependency graph

0 commit comments

Comments
 (0)