Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/internal/configurations/spec/AbstractConfigurationReportSpec.java

            this.showLegacy = showLegacy;
            this.showAttributePrecedence = showAttributePrecedence;
        }
    
        public boolean isShowLegacy() {
            return showLegacy;
        }
    
        public boolean isShowAttributePrecedence() {
            return showAttributePrecedence;
        }
    
        public abstract String getReportedTypeAlias();
        public abstract String getFullReportedTypeDesc();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 07 20:56:10 UTC 2022
    - 2.4K bytes
    - Viewed (0)
Back to top