Skip to content

Commit

Permalink
Add support for action cache
Browse files Browse the repository at this point in the history
  • Loading branch information
c0j0s committed Mar 29, 2023
1 parent 49f4067 commit 6044c7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
uses: gradle/wrapper-validation-action@v1

- name: Setup JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-package: jdk+fx
cache: 'gradle'

- name: Build and check with Gradle
run: ./gradlew check coverage
Expand Down

0 comments on commit 6044c7c

Please sign in to comment.