Skip to content

Commit

Permalink
Merge pull request #489 from Taz03/executable-gradlew
Browse files Browse the repository at this point in the history
made the gradlew file executable
  • Loading branch information
MoonTM-GIT authored Jun 24, 2024
2 parents a034440 + 427187d commit 8f13ee5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build JAR
run: ./gradlew shadowJar
- name: Build Docker image
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 8f13ee5

Please sign in to comment.