toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.initialization
/
ConfigurableIncludedBuild
Configurable
Included
Build
API
interface
ConfigurableIncludedBuild
:
IncludedBuild
(
source
)
A build that is to be included in the composite.
Since
3.1
Members
Functions
dependency
Substitution
Link copied to clipboard
API
abstract
fun
dependencySubstitution
(
action
:
Action
<
in
DependencySubstitutions
>
)
Configures the dependency substitution rules for this included build.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Project
Dir
Link copied to clipboard
API
abstract
fun
getProjectDir
(
)
:
File
set
Name
Link copied to clipboard
API
abstract
fun
setName
(
name
:
String
)
Sets the name of the included build.
task
Link copied to clipboard
API
abstract
fun
task
(
path
:
String
)
:
TaskReference