Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasCompatibilityRules (0.13 sec)

  1. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/internal/configurations/model/ConfigurationReportModelFactory.java

            }
    
            public List<ReportAttribute> getAttributesWithCompatibilityRules() {
                return attributesSchema.getAttributes().stream()
                    .filter(this::hasCompatibilityRules)
                    .map(a -> convertUncontainedAttribute(a, attributesSchema))
                    .sorted(Comparator.comparing(ReportAttribute::getName))
                    .collect(Collectors.toList());
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 05 20:34:52 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top