Skip to content

Commit

Permalink
cache build folders
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Nov 4, 2024
1 parent 6aea316 commit 474191e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
distribution: temurin
java-version: 21
cache: 'gradle'
cache-dependency-path: '**/build/**'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
distribution: temurin
java-version: 21
cache: 'gradle'
cache-dependency-path: '**/build/**'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
distribution: temurin
java-version: 21
cache: 'gradle'
cache-dependency-path: '**/build/**'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
distribution: temurin
java-version: 21
cache: 'gradle'
cache-dependency-path: '**/build/**'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
distribution: temurin
java-version: 21
cache: 'gradle'
cache-dependency-path: '**/build/**'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down

0 comments on commit 474191e

Please sign in to comment.