Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for bellsoft (0.11 sec)

  1. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/toolchain/DaemonJavaToolchainQueryServiceTest.groovy

            def queryService = createQueryServiceWithInstallations(
                ["8-amazon", "8-bellsoft", "8-ibm", "8-zulu"],
                null,
                version -> version.split("-")[0],
                version -> version.split("-")[1]
            )
    
            when:
            def filter = createSpec(JavaLanguageVersion.of(8), JvmVendorSpec.BELLSOFT)
            def toolchain = queryService.findMatchingToolchain(filter)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 00:09:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  2. platforms/jvm/jvm-services/src/test/groovy/org/gradle/internal/jvm/inspection/DefaultJvmMetadataDetectorTest.groovy

            'bellsoftjdk11'  | bellsoftJvm('15')        | JavaVersion.VERSION_15  | 'BellSoft Liberica JDK 15'   | false
            'bellsoftjre11'  | bellsoftJvm('15')        | JavaVersion.VERSION_15  | 'BellSoft Liberica JRE 15'   | true
            'graalvm'        | graalVm('15')            | JavaVersion.VERSION_15  | 'GraalVM Community JRE 15'   | true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 18:25:34 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  3. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/JavaToolchainQueryServiceTest.groovy

                ["8-amazon", "8-bellsoft", "8-ibm", "8-zulu"],
                null,
                version -> version.split("-")[0],
                version -> version.split("-")[1]
            )
    
            when:
            def filter = createSpec()
            filter.languageVersion.set(JavaLanguageVersion.of(8))
            filter.vendor.set(JvmVendorSpec.BELLSOFT)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:46:10 UTC 2024
    - 19K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/jvm/toolchains.adoc

    . JDK installations are preferred over JRE ones
    . certain vendors take precedence over others; their ordering (from the highest priority to lowest):
    .. ADOPTIUM
    .. ADOPTOPENJDK
    .. AMAZON
    .. APPLE
    .. AZUL
    .. BELLSOFT
    .. GRAAL_VM
    .. HEWLETT_PACKARD
    .. IBM
    .. JETBRAINS
    .. MICROSOFT
    .. ORACLE
    .. SAP
    .. TENCENT
    .. everything else
    . higher major versions take precedence over lower ones
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:37:54 UTC 2024
    - 24.8K bytes
    - Viewed (0)
Back to top