Skip to content

Commit

Permalink
Bump up CI runners' Java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasuryat authored Jun 29, 2024
1 parent 610c1b9 commit f4cc5f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
java-version: 17
- name: Spotless check
run: ./gradlew spotlessCheck

Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
java-version: 17
- name: API check
run: ./gradlew apiCheck

Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
java-version: 17
- name: Run dowel-processor tests
run: ./gradlew dowel-processor:test
- name: Run dowel-lint tests
Expand All @@ -66,6 +66,6 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
java-version: 17
- name: Build project
run: ./gradlew assemble

0 comments on commit f4cc5f5

Please sign in to comment.