Skip to content

Commit

Permalink
[FIX]: chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
phonil committed Apr 13, 2024
1 parent 5c16c64 commit 41dfd72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle

#추가
- name: Make Gradle Wrapper script executable
run: chmod +x ./gradlew

- name: Build and analyze
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 41dfd72

Please sign in to comment.