gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.initialization
/
IncludedBuild
Included
Build
API
interface
IncludedBuild
(
source
)
A build that is included in the composite.
Since
3.1
Inheritors
ConfigurableIncludedPluginBuild
ConfigurableIncludedBuild
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.