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