Skip to content

Commit

Permalink
Changed Gradle wrapper permissions;
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Aug 22, 2023
1 parent 3f59a13 commit 0b49e79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/SonarCloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b49e79

Please sign in to comment.