Skip to content

Commit 0af4888

Browse files
committed
Configuration cache problems found
1 parent b6d7c1d commit 0af4888

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/actions.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ jobs:
2626
uses: gradle/actions/setup-gradle@v4
2727
with:
2828
gradle-version: '9.0.0'
29-
- name: Cache SonarCloud packages
30-
uses: actions/cache@v4
31-
with:
32-
path: ~/.sonar/cache
33-
key: ${{ runner.os }}-sonar
34-
restore-keys: ${{ runner.os }}-sonar
35-
- name: Cache Gradle packages
36-
uses: actions/cache@v4
37-
with:
38-
path: ~/.gradle/caches
39-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
40-
restore-keys: ${{ runner.os }}-gradle
4129
- name: Build and analyze
4230
env:
4331
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)