Skip to content

Commit

Permalink
🐛 build with Gradle로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choiseoji authored Sep 13, 2024
1 parent 19219b7 commit 8da2a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: '11'
distribution: 'temurin'

- name: Build with Maven
- name: Build with Gradle
run: |
chmod +x 777 ./mvnw
./mvnw clean package -Dtestskip
Expand Down

0 comments on commit 8da2a21

Please sign in to comment.