Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for alreadyRendered (0.26 sec)

  1. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/DependencyInsightReportTask.java

                boolean leaf = node.getChildren().isEmpty();
                target.text(leaf ? configurationName : node.getName());
                if (node.getDescription() != null) {
                    target.text(" ").withStyle(Description).text(node.getDescription());
                }
                if (alreadyRendered && !leaf) {
                    target.withStyle(Info).text(" (*)");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:29:40 UTC 2024
    - 32.3K bytes
    - Viewed (0)
Back to top