Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for toKey (0.03 sec)

  1. platforms/jvm/toolchains-jvm/src/main/java/org/gradle/jvm/toolchain/internal/JavaToolchainQueryService.java

            // We can't use the key of the fallback toolchain spec, because it is a spec that can match configured requests as well
            JavaToolchainSpecInternal.Key actualKey = useFallback ? FALLBACK_TOOLCHAIN_KEY : requestedSpec.toKey();
    
            Object resolutionResult = matchingToolchains.computeIfAbsent(actualKey, key -> {
                try {
                    return query(actualSpec, useFallback);
                } catch (Exception e) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 15 08:02:27 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top