Animesh Sahu
tasks.withType<Test> { testLogging { exceptionFormat = TestExceptionFormat.FULL showStandardStreams = true showStackTraces = true } }
Ugi