Skip to content

Commit

Permalink
Remove chmod action
Browse files Browse the repository at this point in the history
The permissions are supposed to be set on the git repo level. I... think.
  • Loading branch information
makamys committed Feb 28, 2024
1 parent 68f0baf commit d60c4aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Set up Gradle build
run: ./gradlew SetupCIWorkspace build
- name: Build with Gradle
Expand Down

0 comments on commit d60c4aa

Please sign in to comment.