ConfigurableIncludedBuild

A build that is to be included in the composite.

Functions

Link copied to clipboard
abstract fun dependencySubstitution(action: Action<out Any>)
Configures the dependency substitution rules for this included build.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getProjectDir(): File
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