Skip to content

Commit

Permalink
Gradle add test logging exceptionFormat = 'full'
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 committed Jul 28, 2023
1 parent 87c8995 commit 74acc73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/java-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ test {
// Used in the Travis build so that Travis doesn't end up panicking because there's no output for a long time.
testLogging {
events "passed", "skipped", "failed"
exceptionFormat = 'full'
}
}
}
Expand Down

0 comments on commit 74acc73

Please sign in to comment.