Move @Suppress("LeakingThis")
annotated initializers to plugins
#516
Labels
@Suppress("LeakingThis")
annotated initializers to plugins
#516
It is generally regarded as bad practice in Gradle to do initialization in the Task/Extension objects. The extension/task wiring should be done in the plugin during the configuration.
The text was updated successfully, but these errors were encountered: