Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getToolchainVersion (0.14 sec)

  1. platforms/jvm/jvm-services/src/main/java/org/gradle/internal/jvm/inspection/JvmInstallationMetadataComparator.java

            return Comparator
                .comparing(this::isCurrentJvm)
                .thenComparing(this::isJdk)
                .thenComparing(this::extractVendor, Comparator.reverseOrder())
                .thenComparing(this::getToolchainVersion)
                // It is possible for different JDK builds to have exact same version. The input order
                // may change so the installation path breaks ties to keep sorted output consistent
                // between runs.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 2.3K bytes
    - Viewed (0)
Back to top