Skip to content

Commit ce21f45

Browse files
committed
Fix github action
1 parent 0f2c1c0 commit ce21f45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v3
1818

19-
- name: Set up JDK 11
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v3
2121
with:
2222
distribution: 'adopt'
23-
java-version: '11'
23+
java-version: '17'
2424

2525
- name: Setup Android SDK
2626
uses: android-actions/setup-android@v2
@@ -63,4 +63,4 @@ jobs:
6363
echo "CLOUDINARY_URL=$CLOUDINARY_URL" >> $GITHUB_ENV
6464
6565
- name: Run tests
66-
run: ./gradlew clean connectedCheck --stacktrace
66+
run: ./gradlew clean connectedCheck --stacktrace

0 commit comments

Comments
 (0)