diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f93fbb03..46da3b1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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