Skip to content

Commit

Permalink
GitHub Actions actions/setup-java@v2 add cache: 'gradle'
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick committed Feb 13, 2022
1 parent e8f2b6e commit 8deeb43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
cache: 'gradle'
- name: Gradle Clean Build
run: ./gradlew clean build

Expand All @@ -42,6 +43,7 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'gradle'
- name: Gradle Clean Build
run: ./gradlew clean build
qa:
Expand All @@ -55,6 +57,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
cache: 'gradle'
- name: Gradle JavaDoc
run: ./gradlew javadoc

Expand Down

0 comments on commit 8deeb43

Please sign in to comment.