fix: add execute permission to ./gradlew file

This commit is contained in:
CnC-Robert 2022-10-01 22:45:30 +02:00
parent 76b7b7aff5
commit d4443d309e
No known key found for this signature in database
GPG Key ID: 719584CDF5F31F21
2 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ jobs:
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0
gradlew vendored Normal file → Executable file
View File