Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move @Suppress("LeakingThis") annotated initializers to plugins #516

Open
Tracked by #306
TWiStErRob opened this issue Jun 6, 2023 · 0 comments
Open
Tracked by #306

Move @Suppress("LeakingThis") annotated initializers to plugins #516

TWiStErRob opened this issue Jun 6, 2023 · 0 comments
Labels
a:refactor internal change without functional change on:gradle issue related to Gradle

Comments

@TWiStErRob
Copy link
Owner

TWiStErRob commented Jun 6, 2023

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.

@TWiStErRob TWiStErRob added a:refactor internal change without functional change on:gradle issue related to Gradle labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:refactor internal change without functional change on:gradle issue related to Gradle
Projects
None yet
Development

No branches or pull requests

1 participant