toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.util
/
Configurable
Configurable
API
interface
Configurable
<
T
>
(
source
)
An object that can be configured with a Groovy closure.
Parameters
<T>
the closure return type.
Inheritors
NamedDomainObjectContainer
Report
ReportContainer
ArtifactRepositoryContainer
Members
Functions
configure
Link copied to clipboard
API
abstract
fun
configure
(
cl
:
Closure
)
:
T