Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
This-Is-Ko authored Oct 1, 2023
1 parent e63e585 commit 5d3f0d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
with:
java-version: '20'
distribution: 'adopt'


- name: Grant Permissions to gradlew
run: chmod +x gradlew

- name: Build
run: ./gradlew --batch-mode -DskipTests package

Expand Down

0 comments on commit 5d3f0d2

Please sign in to comment.