gradle
8.4-rc-1
Java API
gradle
/
org.gradle.util
/
Configurable
Configurable
Java 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
Java API
abstract
fun
configure
(
cl
:
Closure
)
:
T