Skip to content

Commit 25c6735

Browse files
authored
build: remove gradle cache
1 parent 5fdabf6 commit 25c6735

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ jobs:
2323
path: ~/.sonar/cache
2424
key: ${{ runner.os }}-sonar
2525
restore-keys: ${{ runner.os }}-sonar
26-
- name: Cache Gradle packages
27-
uses: actions/cache@v1
28-
with:
29-
path: ~/.gradle/caches
30-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
31-
restore-keys: ${{ runner.os }}-gradle
32-
action: 'delete'
3326
- name: Build and analyze
3427
env:
3528
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any

0 commit comments

Comments
 (0)