gradle
Toggle table of contents
9.7.0-20260526005751+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
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
ReportContainer
Report
NamedDomainObjectContainer
ArtifactRepositoryContainer
Members
Functions
configure
Link copied to clipboard
API
abstract
fun
configure
(
cl
:
Closure
)
:
T