diff --git a/.github/workflows/SonarCloud.yml b/.github/workflows/SonarCloud.yml index 1249446..74a02b1 100644 --- a/.github/workflows/SonarCloud.yml +++ b/.github/workflows/SonarCloud.yml @@ -19,13 +19,15 @@ jobs: uses: actions/setup-java@v3 with: java-version: 17 - distribution: 'zulu' # Alternative distribution options are available + distribution: 'temurin' # Alternative distribution options are available, e.g. zulu - name: Cache SonarCloud packages uses: actions/cache@v3 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar + - name: Change wrapper permissions + run: chmod +x ./gradlew - name: Cache Gradle packages uses: actions/cache@v3 with: