1 parent b6d7c1d commit 0af4888Copy full SHA for 0af4888
1 file changed
.github/workflows/actions.yml
@@ -26,18 +26,6 @@ jobs:
26
uses: gradle/actions/setup-gradle@v4
27
with:
28
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
37
38
- path: ~/.gradle/caches
39
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
40
- restore-keys: ${{ runner.os }}-gradle
41
- name: Build and analyze
42
env:
43
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments