Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for controllable (0.18 sec)

  1. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildDependencyGraphIntegrationTest.groovy

            where:
            rootIsIncluded          | includeRootStatement
            'no'                    | ""
            'yes'                   | "includeBuild('.')"
            // If substitutions for the root would be controllable (e.g. by the first include statement encountered) this would enable you to not have the ':subproject1' substitution
            // This documents the current behavior. It is unclear if this is a useful functionality to have.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 19:37:49 UTC 2024
    - 25.7K bytes
    - Viewed (0)
Back to top