Skip to content

Commit

Permalink
chore: Set java version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Sep 9, 2024
1 parent d1e2899 commit 81a55f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: recursive
# We need to enforce java 17 because newer Flutter packages are
# requiring this Java Version.
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'
check-latest: true
- uses: subosito/[email protected]
with:
channel: "stable"
Expand Down

0 comments on commit 81a55f7

Please sign in to comment.