Skip to content

Commit

Permalink
Setup java for gradle-wrapper-updater.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Feb 2, 2024
1 parent cf85de5 commit 727adbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle-wrapper-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- uses: gradle-update/update-gradle-wrapper-action@0407394b9d173dfc9cf5695f9f560fef6d61a5fe # v1.0.20

0 comments on commit 727adbf

Please sign in to comment.