Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hugger (0.15 sec)

  1. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

                configureRerun()
                retry {
                    maxRetries.convention(determineMaxRetries())
                    maxFailures = determineMaxFailures()
                }
                doFirst {
                    logger.lifecycle("maxParallelForks for '$path' is $maxParallelForks")
                }
            }
    
            useJUnitPlatform()
            configureSpock()
            configureFlakyTest()
    
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Wed Jan 17 13:36:27 GMT 2024
    - 15.7K bytes
    - Viewed (0)
Back to top