We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 934e314 + 024cc8a commit 92404d5Copy full SHA for 92404d5
.github/workflows/dev_deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: gradle/gradle-build-action@v2
33
with:
34
gradle-executable: ./spring/gradlew # gradlew 경로 지정
35
- arguments: build
+ arguments: build --warning-mode all
36
build-root-directory: ./spring # build-root-directory 설정 (spring 디렉토리에서 Gradle 빌드)
37
38
- name: Upload build artifact # 빌드된 아티팩트 업로드
0 commit comments