gradle
8.3-rc-1
Java API
gradle
/
org.gradle.api.initialization
/
ConfigurableIncludedPluginBuild
Configurable
Included
Plugin
Build
Java API
interface
ConfigurableIncludedPluginBuild
:
IncludedBuild
A plugin build that is to be included in the composite.
Members
Functions
get
Name
Link copied to clipboard
Java API
abstract
fun
getName
(
)
:
String
get
Project
Dir
Link copied to clipboard
Java API
abstract
fun
getProjectDir
(
)
:
File
set
Name
Link copied to clipboard
Java API
abstract
fun
setName
(
name
:
String
)
Sets the name of the included plugin build.
task
Link copied to clipboard
Java API
abstract
fun
task
(
path
:
String
)
:
TaskReference