Skip to content

Commit 26d6c3b

Browse files
committed
workflow: remove unnecessary caching configs
1 parent 67e029b commit 26d6c3b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717

18-
- uses: actions/cache@v4
19-
with:
20-
path: |
21-
~/.gradle/caches
22-
~/.gradle/wrapper
23-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
24-
restore-keys: |
25-
${{ runner.os }}-gradle-
26-
2718
- name: Set up Java ${{ env.JAVA_VERSION }}
2819
uses: actions/setup-java@v4
2920
with:
@@ -34,7 +25,6 @@ jobs:
3425
uses: gradle/actions/setup-gradle@v4
3526
with:
3627
gradle-version: ${{ env.GRADLE_VERSION }}
37-
gradle-home-cache-cleanup: true
3828
dependency-graph: generate-and-submit
3929

4030
- name: Build with Gradle (non-Release)

0 commit comments

Comments
 (0)