Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createJreInstallation (0.13 sec)

  1. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/internal/jvm/inspection/DefaultJavaInstallationRegistryTest.groovy

            installations[0].location == macOsJdkHome
            installations[0].source == "testSource"
        }
    
        def "normalize installations to account for standalone jre"() {
            given:
            def jre = createJreInstallation("8")
    
            when:
            def registry = createRegistry([jre])
            def installations = registry.listInstallations()
    
            then:
            installations.size() == 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:46:10 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top