Skip to content

Commit

Permalink
chore: setup-gradle 액션 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
J-I-H-O committed Dec 3, 2024
1 parent a3152bb commit fbe0b9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backend-pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
java-version: "17"
distribution: "corretto"

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
# with:
# gradle-version: 8.1.1
# - name: Setup Gradle
# uses: gradle/actions/setup-gradle@v3
# with:
# gradle-version: 8.1.1

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit fbe0b9f

Please sign in to comment.