Skip to content

Commit 98a5268

Browse files
committed
Bump the JDK version to 17 in the workflow file
Android Gradle plugin requires Java 17 to run. See commit 82a9e40 for more details.
1 parent 2d6e8c5 commit 98a5268

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 8
21+
- name: Set up JDK 17
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: '8'
24+
java-version: '17'
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 8
44+
- name: Set up JDK 17
4545
uses: actions/setup-java@v4
4646
with:
47-
java-version: '8'
47+
java-version: '17'
4848
distribution: 'temurin'
4949

5050
- name: Generate and submit dependency graph

0 commit comments

Comments
 (0)