Skip to content

Commit

Permalink
chore(build): set exception format to full
Browse files Browse the repository at this point in the history
goal is to print most useful statcktrace for debugging.
  • Loading branch information
jeqo committed Aug 18, 2023
1 parent e3e59d8 commit c9fb0f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,9 @@ tasks.distTar {
compression = Compression.GZIP
duplicatesStrategy DuplicatesStrategy.EXCLUDE
}

test {
testLogging {
exceptionFormat "full"
}
}

0 comments on commit c9fb0f3

Please sign in to comment.