configurations

abstract fun configurations(configureClosure: Action<in ConfigurationContainer>)(source)

Configures the configurations for the script. Executes the given action against the ConfigurationContainer for this handler.

Since

8.4

Parameters

configureClosure

The action used to configure the script configurations.