Skip to content

Commit

Permalink
Chore | #87 | @YongsHub | domain gradle test 로그 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
YongsHub committed Jun 15, 2024
1 parent 0ad6157 commit 120f8fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cakk-domain/mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,13 @@ bootJar {
jar {
enabled = true
}

test {
testLogging {
showStandardStreams = true
showCauses = true
showExceptions = true
showStackTraces = true
exceptionFormat = 'full'
}
}

0 comments on commit 120f8fc

Please sign in to comment.