We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8fa45 commit cd31fb8Copy full SHA for cd31fb8
1 file changed
sync-files/android/.github/workflows/test.yml
@@ -37,10 +37,10 @@ jobs:
37
- name: Gradle Wrapper Validation
38
uses: gradle/wrapper-validation-action@v1.0.4
39
40
- - name: Set up JDK 11
+ - name: Set up JDK 17
41
uses: actions/setup-java@v3
42
with:
43
- java-version: '11'
+ java-version: '17'
44
distribution: 'temurin'
45
46
- name: Build modules
0 commit comments