Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                assert path.isAbsolute();
    
                // Try to resolve the path as "<included-build-path>:<project-path>"
                Pair<Path, BuildState> includedBuildPrefix = resolveIncludedBuildPrefixOf(path);
                if (includedBuildPrefix != null) {
                    Path includedBuildPath = includedBuildPrefix.left;
                    BuildState includedBuild = includedBuildPrefix.right;
    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