Skip to content

Commit a8e1434

Browse files
committed
Chore: 테스트 로그 삭제
1 parent 34635fc commit a8e1434

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ repositories {
2323
mavenCentral()
2424
}
2525

26-
test {
27-
testLogging {
28-
events "passed", "skipped", "failed", "standardOut", "standardError"
29-
exceptionFormat "full"
30-
showCauses true
31-
showExceptions true
32-
showStackTraces true
33-
}
34-
}
35-
3626
dependencies {
3727
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
3828
implementation 'org.springframework.boot:spring-boot-starter-security'

0 commit comments

Comments
 (0)