Skip to content

Commit 3030e17

Browse files
Update CI to use JDK 17 to be compatible with AGP 8
1 parent 92f846f commit 3030e17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup JDK
1111
uses: actions/[email protected]
1212
with:
13-
java-version: 11
13+
java-version: 17
1414
- name: Checkout source
1515
uses: actions/checkout@v4
1616
- name: Cache build deps

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup JDK
1111
uses: actions/[email protected]
1212
with:
13-
java-version: 11
13+
java-version: 17
1414
- name: Checkout source
1515
uses: actions/checkout@v4
1616
- name: Cache build deps

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup JDK
1212
uses: actions/[email protected]
1313
with:
14-
java-version: 11
14+
java-version: 17
1515
- name: Checkout source
1616
uses: actions/checkout@v4
1717
- name: Cache build deps
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup JDK
7272
uses: actions/[email protected]
7373
with:
74-
java-version: 11
74+
java-version: 17
7575
- name: Cache build deps
7676
uses: actions/cache@v2
7777
with:

0 commit comments

Comments
 (0)