Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/DefaultModelRegistry.java

                return node.isAtLeast(Discovered);
            }
    
            @Override
            public boolean calculateDependencies(GoalGraph graph, Collection<ModelGoal> dependencies) {
                if (modelGraph.find(getPath()) == null) {
                    if (!attemptedPath) {
                        attemptedPath = super.calculateDependencies(graph, dependencies);
                        return false;
                    } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 45.7K bytes
    - Viewed (0)
Back to top