Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CompatibilityCheckResult (0.34 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/attributes/DefaultAttributesSchema.java

            public boolean matchValue(Attribute<?> attribute, Object requested, Object candidate) {
                if (requested.equals(candidate)) {
                    return true;
                }
    
                CompatibilityCheckResult<Object> result = null;
    
                CompatibilityRule<Object> rules = consumerSchema.compatibilityRules(attribute);
                if (rules.doesSomething()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 16:59:54 UTC 2024
    - 16.1K bytes
    - Viewed (0)
Back to top