We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c6042 commit c3db590Copy full SHA for c3db590
examples/SharedLib/app/core/build.gradle.kts
@@ -17,4 +17,8 @@ dependencies {
17
testImplementation(project(":examples:SharedLib:libB:lib-desktop"))
18
testImplementation(project(":idl-helper:idl-helper-desktop"))
19
testImplementation("junit:junit:${LibExt.jUnitVersion}")
20
+}
21
+
22
+tasks.named<Test>("test") {
23
+ testLogging.showStandardStreams = true
24
}
0 commit comments