We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b366e commit d63f4f1Copy full SHA for d63f4f1
.github/workflows/android.yml
@@ -20,8 +20,8 @@ jobs:
20
- name: Setup JDK ${{ env.JDK_VERSION }}
21
uses: actions/setup-java@v4
22
with:
23
- java-version: ${{ env.JAVA_VERSION }}
24
- distribution: ${{ env.JDK_DISTRIBUTION }}
+ java-version: 17
+ distribution: temurin
25
- name: Make gradlew executable
26
run: chmod +x ./gradlew
27
- name: Build with Gradle
0 commit comments