Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getJdkWithDifferentVendor (0.77 sec)

  1. testing/soak/src/integTest/groovy/org/gradle/jvm/toolchain/JavaToolchainDownloadComplexProjectSoakTest.groovy

        }
    
        @Requires(IntegTestPreconditions.DifferentJdksFromMultipleVendors)
        def "multiple subprojects with different toolchain definitions"() {
            given:
            def otherJdk = getJdkWithDifferentVendor()
            def otherJdkRepository = new JdkRepository(otherJdk, "other_jdk.zip")
            def otherUri = otherJdkRepository.start()
            otherJdkRepository.reset()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:18 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top