Skip to content

Commit f15f06f

Browse files
committed
Release v2.2.1
1 parent d248145 commit f15f06f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/android-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
- name: Set Up JDK
3737
uses: actions/setup-java@v3
3838
with:
39-
java-version: 17
39+
distribution: 'zulu' # See 'Supported distributions' for available options
40+
java-version: '17'
41+
cache: 'gradle'
4042

4143
- name: Change wrapper permissions
4244
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)