Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doesConfigurationDependOnProject (0.19 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/TasksFromDependentProjects.java

                    return false;
                }
    
                Path identityPath = ((ProjectInternal) originProject).getIdentityPath();
                return doesConfigurationDependOnProject(configuration, identityPath);
            }
    
            private static boolean doesConfigurationDependOnProject(Configuration configuration, Path identityPath) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:16:36 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top