plugin Management
fun pluginManagement(initializer: PluginManagementConfigurationBuilder.() -> Unit): PluginManagementConfigurationBuilder
Sets the plugin management property of the configuration using a custom initializer.
This function takes a lambda expression as a parameter and applies it to the PluginManagementConfigurationBuilder object of the builder. The lambda expression can modify the state of the plugin management object, such as adding or removing plugins, setting plugin options, etc. The function returns the modified plugin management object.
Return
the modified plugin management object.
Parameters
initializer
a lambda expression that modifies the plugin management object.