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 32d8995 commit 9f9b5dbCopy full SHA for 9f9b5db
.github/workflows/android.yml
@@ -18,10 +18,11 @@ jobs:
18
~/.gradle/wrapper
19
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
20
21
- - name: set up JDK 17
+ - name: Set up JDK 17
22
uses: actions/setup-java@v4
23
with:
24
- java-version: 17
+ java-version: '17'
25
+ distribution: 'temurin'
26
27
- name: Build with Gradle
28
run: ./scripts/build.sh
0 commit comments