toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.initialization
/
IncludedBuild
Included
Build
API
interface
IncludedBuild
(
source
)
A build that is included in the composite.
Since
3.1
Inheritors
ConfigurableIncludedBuild
ConfigurableIncludedPluginBuild
Members
Functions
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
The name of the included build.
get
Project
Dir
Link copied to clipboard
API
abstract
fun
getProjectDir
(
)
:
File
The root directory of the included build.
task
Link copied to clipboard
API
abstract
fun
task
(
path
:
String
)
:
TaskReference
Produces a reference to a task in the included build.