Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setSystemPropertiesOfTestJVM (0.18 sec)

  1. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/shared-configuration.kt

        if (project.hasProperty("org.gradle.integtest.launcher.debug")) {
            systemProperties["org.gradle.integtest.launcher.debug"] = "true"
        }
    }
    
    
    fun DistributionTest.setSystemPropertiesOfTestJVM(defaultVersions: String) {
        // use -PtestVersions=all or -PtestVersions=1.2,1.3…
        val integTestVersionsSysProp = "org.gradle.integtest.versions"
        if (project.hasProperty("testVersions")) {
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Mon Feb 12 13:19:06 GMT 2024
    - 11.7K bytes
    - Viewed (0)
Back to top