Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRootComponentProperty (0.29 sec)

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

        /**
         * The root component of the dependency graph to be inspected.
         *
         * @since 7.5
         */
        @Input
        @Optional
        @Incubating
        public Property<ResolvedComponentResult> getRootComponentProperty() {
            // Required to maintain DslObject mapping
            Configuration configuration = getConfiguration();
            if (!rootComponentProperty.isPresent() && configuration != null && getDependencySpec() != null) {
    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