Skip to content

Commit

Permalink
~ 12.2.2 깃허브 액션 스크립트 작성하기, CI - 오류 수정 8-1
Browse files Browse the repository at this point in the history
  • Loading branch information
SummerToday committed Jun 22, 2024
1 parent 67d622c commit 082a3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew clean build --stacktrace
run: ./gradlew clean build --warning-mode all

0 comments on commit 082a3a3

Please sign in to comment.