Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findProjectOf (0.1 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/build/DefaultBuildLifecycleController.java

                    Path projectPath = path.removeFirstSegments(includedBuildPath.segmentCount());
                    return findProjectOf(includedBuild, projectPath);
                }
    
                return findProjectOf(targetBuild(), path);
            }
    
            /**
             * Finds the longest {@code path} prefix that identifies an included build and returns a pair
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top