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

[Suggestion] Migrate to Convention Plugins? #31

Open
ByThePowerOfScience opened this issue Nov 20, 2024 · 0 comments
Open

[Suggestion] Migrate to Convention Plugins? #31

ByThePowerOfScience opened this issue Nov 20, 2024 · 0 comments

Comments

@ByThePowerOfScience
Copy link

ByThePowerOfScience commented Nov 20, 2024

Modern Gradle has an API called a "convention plugin", which is essentially a way to group configuration settings into a precompiled buildSrc directory for added build speed and declarative use. Essentially, it's a replacement for the allProjects and subProjects blocks from versions prior.

Since a lot of the buildscript is duplicated between templates (and those *Projects blocks are being deprecated in future versions), have you considered migrating them to a convention plugin so people can benefit from them being precompiled and stabilized?

(NOTE: With how finicky they can be, I totally understand if the answer is a resounding "no, they don't work for our purposes".)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant