Skip to content

Commit dcc2ccf

Browse files
committed
Update build.yml
1 parent 4770b0c commit dcc2ccf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
runs-on: ubuntu-latest
2020
permissions:
21-
contents: read
21+
contents: write
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -27,8 +27,6 @@ jobs:
2727
with:
2828
java-version: '22'
2929
distribution: 'temurin'
30-
- name: Grant execute permission for gradlew
31-
run: chmod +x ./gradlew
3230
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3331
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3432
- name: Setup Gradle

0 commit comments

Comments
 (0)