Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PokingTeemo committed Oct 21, 2024
1 parent 2aa8796 commit 555b284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
working-directory: ${{ env.working-directory }}

# Gradle 실행 권한 설정
- name: Grant execute permission to gradlew
run: chmod +x gradlew
working-directory: ${{ env.working-directory }}

# Gradle 빌드 실행
- name: Build with Gradle Wrapper
run: ./gradlew build
working-directory: ${{ env.working-directory }}



0 comments on commit 555b284

Please sign in to comment.