Skip to content

Commit

Permalink
Update presubmit.yml (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy authored Aug 6, 2024
1 parent 5f15866 commit 5d563fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
# TODO: replace this once https://github.com/actions/setup-java/pull/637 gets merged.
- uses: gmitch215/setup-java@99fc2135f7f7b08068e180cb5f29340f9de70720
with:
distribution: 'zulu'
distribution: 'jetbrains'
java-version: 17
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew build

0 comments on commit 5d563fc

Please sign in to comment.