Skip to content

Commit

Permalink
fix: build for java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki committed Nov 29, 2024
1 parent d4ff8a9 commit ef9f004
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
name: build-example-android
runs-on: ubuntu-latest # using linux runner for speed
steps:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
cache: 'gradle'
- name: Checkout
uses: actions/checkout@v3
- name: Validate Gradle Wrapper
Expand Down

0 comments on commit ef9f004

Please sign in to comment.