Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resolveJavaHomeOfExecutable (0.32 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/api/tasks/compile/JavaCompile.java

                // because the custom executable can be set to the path of another tool in the toolchain such as a launcher (java).
                File customExecutableJavaHome = JavaExecutableUtils.resolveJavaHomeOfExecutable(customExecutablePath);
                JavaExecutableUtils.validateMatchingFiles(
                    customExecutableJavaHome, "Toolchain from `executable` property on `ForkOptions`",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:33:35 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top