Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pickLast (0.17 sec)

  1. platforms/jvm/jvm-services/src/main/java/org/gradle/api/internal/artifacts/JavaEcosystemSupport.java

            targetPlatformSchema.getCompatibilityRules().ordered(Ordering.natural());
            targetPlatformSchema.getDisambiguationRules().pickLast(Ordering.natural());
        }
    
        private static void configureTargetEnvironment(AttributesSchema attributesSchema) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 19:13:00 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/StronglyTypedConfigurationAttributesResolveIntegrationTest.groovy

                        attribute(arch) {
                           disambiguationRules.pickLast { a,b -> a<=>b }
                      }
                   }
                }
                project(':c') {
                    dependencies.attributesSchema {
                        attribute(arch) {
                           disambiguationRules.pickLast { a,b -> a<=>b }
                        }
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 48.1K bytes
    - Viewed (0)
Back to top