Skip to content

Commit

Permalink
modify --warning-mode all 옵션 추가 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
rookedsysc authored Mar 31, 2024
1 parent 35a78ec commit 509bf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-wordflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build with Gradle
run: |
chmod +x ./gradlew
./gradlew clean build
./gradlew clean build --warning-mode all
# 전송할 파일을 담을 디렉토리 생성
- name: Make Directory for deliver
Expand Down

0 comments on commit 509bf27

Please sign in to comment.