Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isImportableBuild (0.2 sec)

  1. subprojects/core/src/main/java/org/gradle/execution/selection/DefaultBuildTaskSelector.java

                // Project is the root of a build, so include the root projects of any builds nested under that build
                buildRegistry.visitBuilds(build -> {
                    if (build.isImportableBuild() && build.isProjectsLoaded()) {
                        ProjectState rootProject = build.getProjects().getRootProject();
                        Path rootProjectIdentityPath = rootProject.getIdentityPath();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top