Skip to content

Commit

Permalink
Auto: Migrate to setup-gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Dec 16, 2024
1 parent 2c187bd commit 2381c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v4
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 2381c03

Please sign in to comment.