Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Jan 26, 2024
1 parent a86f3f1 commit b3144f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
- name: setup jdk 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
# to cache gradle files
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
dependency-graph: generate-and-submit
# Already needs to be executable, so the dirty check is correct
# - name: make gradle wrapper executable
# if: ${{ runner.os != 'Windows' }}
Expand Down

0 comments on commit b3144f3

Please sign in to comment.