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 6d4b876 commit a86f3f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ jobs:
- name: checkout repository
uses: actions/checkout@v2
- name: setup jdk 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
# to cache gradle files
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: false
gradle-home-cache-cleanup: true
# Already needs to be executable, so the dirty check is correct
# - name: make gradle wrapper executable
Expand Down

0 comments on commit a86f3f1

Please sign in to comment.