Skip to content

Commit 3ae378a

Browse files
Upgrade JDK to 21 to fix 'invalid source release' error
1 parent 9c6aca8 commit 3ae378a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
with:
2020
node-version: '22'
2121

22-
- name: set up JDK 17
22+
- name: set up JDK 21
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: '17'
25+
java-version: '21'
2626
distribution: 'temurin'
2727
cache: gradle
2828

0 commit comments

Comments
 (0)