Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                def nestedBuildSpec = new NestedBuildSpec(build, nestedBuilds)
                if (args.length == 1 && args[0] instanceof Closure) {
                    nestedBuildSpec.with(args[0])
                } else {
                    throw new MissingMethodException(name, getClass(), args)
                }
                return nestedBuildSpec
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 20 09:41:26 UTC 2023
    - 13.4K bytes
    - Viewed (0)
Back to top