Skip to content

Commit

Permalink
ci(gradle): gradle 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Leegiyeon committed Apr 3, 2024
1 parent 592c11f commit ac650c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
with:
distribution: 'corretto'
java-version: '17'
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew clean build
# - name: Grant execute permission for gradlew
# run: chmod +x gradlew
#
# - name: Build with Gradle
# run: ./gradlew clean build


# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
Expand Down

0 comments on commit ac650c6

Please sign in to comment.