Skip to content

Commit 7f90f4c

Browse files
committed
chore: Remove Sonar cache
1 parent 0a4907a commit 7f90f4c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,5 @@ jobs:
2424
distribution: zulu
2525
java-version: 17
2626
cache: maven
27-
- name: Cache Sonar
28-
uses: actions/cache@v4
29-
with:
30-
path: ~/.sonar/cache
31-
key: ${{ runner.os }}-sonar
32-
restore-keys: ${{ runner.os }}-sonar
3327
- name: Build
3428
run: ./mvnw --no-transfer-progress verify

0 commit comments

Comments
 (0)