Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,362 for jvm1 (0.09 sec)

  1. platforms/jvm/toolchains-jvm/src/main/resources/META-INF/gradle-plugins/org.gradle.jvm-toolchains.properties

    Tom Tresansky <******@****.***> 1687881365 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 28 16:17:59 UTC 2023
    - 665 bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/process/JavaForkOptions.java

         */
        @Nullable @Optional @Input
         String getDefaultCharacterEncoding();
    
        /**
         * Sets the default character encoding to use.
         *
         * Note: Many JVM implementations support the setting of this attribute via system property on startup (namely, the {@code file.encoding} property). For JVMs
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  3. architecture/README.md

    Each process, or "runtime", applies different constraints to the code that runs in that process.
    For example, each process has different supported JVMs and a different set of services available for dependency injection.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 06:42:46 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. platforms/jvm/jvm-services/src/main/java/org/gradle/jvm/toolchain/internal/DefaultOsXJavaHomeCommand.java

                final Reader output = executeJavaHome();
                return parse(output);
            } catch (ExecException e) {
                String errorMessage = "Java Toolchain auto-detection failed to find local MacOS system JVMs";
                if (LOGGER.isDebugEnabled()) {
                    LOGGER.debug(errorMessage, e);
                } else {
                    LOGGER.info(errorMessage);
                }
            }
            return Collections.emptySet();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 18:03:55 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  5. platforms/jvm/platform-jvm/src/main/resources/META-INF/gradle-plugins/org.gradle.jvm-ecosystem.properties

    Tom Tresansky <******@****.***> 1695913602 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 63 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/dsl/org.gradle.jvm.tasks.Jar.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 762 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/jvm/toolchains.adoc

    link:{javadocPath}/org/gradle/jvm/toolchain/JvmVendorSpec.html[`JvmVendorSpec`] has a list of well-known JVM vendors recognized by Gradle.
    The advantage is that Gradle can handle any inconsistencies across JDK versions in how exactly the JVM encodes the vendor information.
    
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:37:54 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  8. platforms/jvm/plugins-jvm-test-suite/src/main/resources/META-INF/gradle-plugins/org.gradle.jvm-test-suite.properties

    Tom Tresansky <******@****.***> 1697057684 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 13 11:38:02 UTC 2023
    - 664 bytes
    - Viewed (0)
  9. platforms/jvm/toolchains-jvm/src/main/resources/META-INF/gradle-plugins/org.gradle.jvm-toolchain-management.properties

    Tom Tresansky <******@****.***> 1687881365 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 28 16:17:59 UTC 2023
    - 674 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/dsl/org.gradle.jvm.toolchain.JavaToolChain.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 445 bytes
    - Viewed (0)
Back to top