Skip to content

Commit e8fe68c

Browse files
committed
tests show stdout
1 parent 7cb1dcf commit e8fe68c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ version = System.getenv("VERSION") ?: "dev"
4747
tasks {
4848
withType(Test::class) {
4949
useJUnitPlatform()
50+
testLogging {
51+
showStandardStreams = true
52+
}
5053
}
5154
val shadowJar = withType(ShadowJar::class) {
5255
archiveClassifier.set("") // remove '-all' suffix

0 commit comments

Comments
 (0)