Skip to content

Commit

Permalink
Update Java ci
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Sep 3, 2024
1 parent e566a13 commit 7f365eb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Set up JDK 11
uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'

distribution: "temurin"
java-version: "17"
- name: Download Dependencies
run: ./gradlew androidDependencies

Expand Down

0 comments on commit 7f365eb

Please sign in to comment.