Skip to content

Commit 43806bb

Browse files
Ashwini Kumarclaude
andcommitted
Update CI to use Java 17
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cb7a465 commit 43806bb

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/android.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
12-
- name: set up JDK 1.11
13-
uses: actions/setup-java@v1
11+
- uses: actions/checkout@v4
12+
- name: set up JDK 17
13+
uses: actions/setup-java@v4
1414
with:
15-
java-version: 1.11
15+
java-version: 17
16+
distribution: temurin
1617
- name: Build with Gradle
17-
run: ./gradlew assembleDebug
18+
run: ./gradlew assembleDebug

0 commit comments

Comments
 (0)