Skip to content

Commit

Permalink
Fix: gradle 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
deveunhwa committed Nov 5, 2024
1 parent 6d770a1 commit 512f979
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
# 환경 설정
- name: Setup Gradle
uses: gradle/gradle-build-action
uses: gradle/gradle-build-action@v2
with:
gradle-version: '7.5'
cache-enabled: true

# 실행 권한 부여
- name: Grant execute permission for Gradlew
Expand Down

0 comments on commit 512f979

Please sign in to comment.