Trying to fix the DSL build for Gradle

This commit is contained in:
Marcin Grzejszczak
2023-06-19 17:02:35 +02:00
parent 94dbdba285
commit 169a39d481

View File

@@ -45,9 +45,9 @@ dependencies {
contractTest {
useJUnitPlatform()
systemProperty 'spring.profiles.active', 'gradle'
testLogging {
exceptionFormat = 'full'
}
// testLogging {
// exceptionFormat = 'full'
// }
afterSuite { desc, result ->
if (!desc.parent) {
println "Results: (${result.testCount} tests, ${result.successfulTestCount} successes, ${result.failedTestCount} failures, ${result.skippedTestCount} skipped)"