Skip to content

Commit

Permalink
Stop cache SonarCloud packeges with Java11
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuma-t committed Feb 16, 2024
1 parent 5db742a commit cd67d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
distribution: temurin
cache: gradle
- name: Cache SonarCloud packages
if: matrix.java-version != 11
uses: actions/cache@v3
with:
path: ~/.sonar/cache
Expand Down

0 comments on commit cd67d9c

Please sign in to comment.