Skip to content

Commit 6bc4a1d

Browse files
committed
CI: disable cache for no longer used directory
1 parent a026338 commit 6bc4a1d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
- name: Setup Gradle
3636
uses: gradle/actions/setup-gradle@v3
3737

38-
- name: "Cache downloads"
39-
uses: actions/cache@v4
40-
with:
41-
path: "build/download"
42-
key: ${{ hashFiles('gradle.properties') }}
43-
4438
- name: Build
4539
run: ./gradlew build
4640

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ jobs:
5252
- name: Setup Gradle
5353
uses: gradle/actions/setup-gradle@v3
5454

55-
- name: "Cache downloads"
56-
uses: actions/cache@v4
57-
with:
58-
path: "build/download"
59-
key: ${{ hashFiles('gradle.properties') }}
60-
6155
- name: Build the plugin
6256
run: ./gradlew buildPlugin
6357

0 commit comments

Comments
 (0)