We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398c204 commit b0cb617Copy full SHA for b0cb617
1 file changed
backend/build.gradle
@@ -86,7 +86,7 @@ dependencies {
86
testImplementation 'com.navercorp.fixturemonkey:fixture-monkey-jakarta-validation:1.1.10'
87
88
// Spring Security Test 라이브러리
89
- testImplementation 'org.springframework.security:spring-security-test'
+ testImplementation 'org.springframework.security:spring-security-test'
90
91
// 메일 라이브러리
92
implementation 'org.springframework.boot:spring-boot-starter-mail'
@@ -109,6 +109,10 @@ sourceSets {
109
main.java.srcDirs += [generated]
110
}
111
112
+test {
113
+ maxParallelForks = 1
114
+}
115
+
116
// gradle clean 시에 QClass 디렉토리 삭제
117
clean {
118
delete file(generated)
0 commit comments