Skip to content

Commit

Permalink
build: make gradlew executable
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAreaBean committed Apr 15, 2024
1 parent 2dc74b6 commit 15ae7bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
distribution: 'adopt'
java-version: '8'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: |
./gradlew jar snapshotVersion
Expand Down

0 comments on commit 15ae7bb

Please sign in to comment.