ConfigurableIncludedBuild

A build that is to be included in the composite.

Since

3.1

Functions

Link copied to clipboard
Configures the dependency substitution rules for this included build.
Link copied to clipboard
abstract fun getName(): String
The name of the included build.
Link copied to clipboard
abstract fun getProjectDir(): File
The root directory of the included build.
Link copied to clipboard
abstract fun setName(name: String)
Sets the name of the included build.
Link copied to clipboard
abstract fun task(path: String): TaskReference
Produces a reference to a task in the included build.