Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isShowAttributePrecedence (0.28 sec)

  1. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/internal/configurations/renderer/ConsoleConfigurationReportRenderer.java

                try {
                    depth++;
                    attributesWithDisambiguationRules.forEach(a -> writeAttribute(maxD, a, spec.isShowAttributePrecedence()));
                    newLine();
                } finally {
                    depth--;
                }
    
                if (spec.isShowAttributePrecedence()) {
                    writeDescription("(#): Attribute disambiguation precedence");
                    newLine();
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 12 16:17:12 UTC 2022
    - 18.3K bytes
    - Viewed (0)
Back to top