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