Skip to content

Commit 09b3c8f

Browse files
committed
actions: fix jdk used
1 parent 980c75b commit 09b3c8f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Clone submodules
1919
run: git submodule update --init --recursive --remote
20-
- name: Set up JDK 17
20+
- name: Set up JDK 21
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: '17'
24-
distribution: 'temurin'
23+
java-version: "21"
24+
distribution: "jetbrains"
2525
cache: gradle
2626
- name: Grant execute permission for gradlew
2727
run: chmod +x gradlew

0 commit comments

Comments
 (0)