Skip to content

Commit 8f13ee5

Browse files
authored
Merge pull request #489 from Taz03/executable-gradlew
made the gradlew file executable
2 parents a034440 + 427187d commit 8f13ee5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
with:
3333
java-version: '17'
3434
distribution: 'temurin'
35-
- name: Grant execute permission for gradlew
36-
run: chmod +x gradlew
3735
- name: Build JAR
3836
run: ./gradlew shadowJar
3937
- name: Build Docker image

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)