Skip to content

Commit 1b9f80c

Browse files
authored
Update JDK version from 17 to 21 in CI workflow
1 parent 8dda0bd commit 1b9f80c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/android-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323

24-
- name: set up JDK 17
24+
- name: set up JDK 21
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '17'
27+
java-version: '21'
2828
distribution: 'temurin'
2929
cache: gradle
3030

@@ -54,4 +54,4 @@ jobs:
5454
# ./gradlew detekt --continue
5555

5656
- name: Run build
57-
run: ./gradlew buildDebug --stacktrace
57+
run: ./gradlew buildDebug --stacktrace

0 commit comments

Comments
 (0)