Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsPlugin (0.12 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/buildtree/BuildInclusionCoordinator.java

            if (loadedBuilds.add(build)) {
                // Load projects (e.g. by running the settings script, etc.) only the first time the build is included by another build.
                // This is to deal with cycles and the build being included multiple times in the tree
                build.ensureProjectsLoaded();
            }
            if (!asPlugin && !libraryBuilds.contains(build)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top