getting

Idiomatic way of referring and configuring an existing element in a collection via a delegate property.

tasks { val jar by getting { group = "My" } }


Provides a property delegate that gets elements of the given type and applies the given configuration.


Provides a property delegate that gets elements of the given type.


Idiomatic way of referring to an existing element in a collection via a delegate property.

tasks { val jar by getting }