Skip to content

Commit

Permalink
gradle 권한 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Astin01 authored Apr 30, 2024
1 parent ed4b441 commit b620f99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'


- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Build
run: ./gradlew build

Expand Down

0 comments on commit b620f99

Please sign in to comment.