We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325fd62 commit 8fb2163Copy full SHA for 8fb2163
1 file changed
.github/workflows/CICD.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Build with Gradle (Multimodule)
46
run: |
47
chmod +x ./gradlew
48
- ./gradlew clean build -x test --parallel --build-cache --daemon --configure-on-demand
+ ./gradlew clean build -x test --no-daemon
49
# 프로젝트를 Gradle로 빌드. 테스트는 제외하고 실행. (--parallel, --build-cache 사용으로 시간 줄이기)
50
51
# Docker 태그용 환경변수 설정
0 commit comments