Skip to content

Commit

Permalink
removed duplicate config
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoening committed Nov 7, 2024
1 parent 373eebc commit 09c4d43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ tasks.withType<Test>().configureEach {

tasks.withType<Test> {
systemProperty("file.encoding", "UTF-8")
testLogging.showStandardStreams = true
testLogging {
events("PASSED", "SKIPPED", "FAILED", "STANDARD_OUT", "STANDARD_ERROR")
}
Expand Down

0 comments on commit 09c4d43

Please sign in to comment.