Skip to content

Commit

Permalink
chore: --warning-mode all 옵션 줘서 gradle 호환 무시하도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
ChooSeoyeon committed Jul 25, 2024
1 parent e51c714 commit 935e4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5

- name: Build with Gradle Wrapper
run: ./gradlew clean build --S
run: ./gradlew clean build --warning-mode all
working-directory: ./backend

- name: Docker build and push
Expand Down

0 comments on commit 935e4ae

Please sign in to comment.