Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows authored Apr 17, 2024
1 parent b6f857f commit a574205
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ jobs:
- name: Checkout Project
uses: actions/[email protected]

- name: Setup Gradle
uses: gradle/actions/[email protected]
with:
gradle-home-cache-cleanup: true
- run: ./gradlew --version

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation[email protected]
uses: gradle/actions/wrapper-validation@v3.3.0

- name: Configure JDK ${{ env.JAVA_VERSION }}
uses: actions/[email protected]
Expand Down

0 comments on commit a574205

Please sign in to comment.