We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980c75b commit 09b3c8fCopy full SHA for 09b3c8f
1 file changed
.github/workflows/android.yml
@@ -17,11 +17,11 @@ jobs:
17
uses: actions/checkout@v4
18
- name: Clone submodules
19
run: git submodule update --init --recursive --remote
20
- - name: Set up JDK 17
+ - name: Set up JDK 21
21
uses: actions/setup-java@v4
22
with:
23
- java-version: '17'
24
- distribution: 'temurin'
+ java-version: "21"
+ distribution: "jetbrains"
25
cache: gradle
26
- name: Grant execute permission for gradlew
27
run: chmod +x gradlew
0 commit comments