include Build
Includes a build at the specified path to the composite build.
Since
3.1
Parameters
root Project
The path to the root project directory for the build.
abstract fun includeBuild(rootProject: Any, configuration: Action<ConfigurableIncludedBuild>)(source)
Includes a build at the specified path to the composite build, with the supplied configuration.
Since
3.1
Parameters
root Project
The path to the root project directory for the build.
configuration
An action to configure the included build.