We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb1dcf commit e8fe68cCopy full SHA for e8fe68c
1 file changed
build.gradle.kts
@@ -47,6 +47,9 @@ version = System.getenv("VERSION") ?: "dev"
47
tasks {
48
withType(Test::class) {
49
useJUnitPlatform()
50
+ testLogging {
51
+ showStandardStreams = true
52
+ }
53
}
54
val shadowJar = withType(ShadowJar::class) {
55
archiveClassifier.set("") // remove '-all' suffix
0 commit comments