Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getBestJre (0.48 sec)

  1. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/java/compile/daemon/DaemonJavaCompilerIntegrationTest.groovy

        @Requires([
            UnitTestPreconditions.Jdk8OrEarlier,
            UnitTestPreconditions.JdkOracle
        ])
        def "handles -bootclasspath being specified"() {
            def jre = AvailableJavaHomes.getBestJre()
            def bootClasspath = TextUtil.escapeString(jre.absolutePath) + "/lib/rt.jar"
            goodCode()
            buildFile << """
                tasks.withType(JavaCompile) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:20:39 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top