All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skeleton.build.gradle Maven / Gradle / Ivy

The newest version!
testlogger {
    showFullStackTraces true
    showStandardStreams true
    showPassedStandardStreams false
    showSkippedStandardStreams false
    showFailedStandardStreams true
}

tasks.withType(Test) {
    retry {
        maxRetries = 3
        maxFailures = 20
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy