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 for Grails 5+: supersede/deprecate some of the grails-gradle-plugin features with Gradle native implementation #15

Open
davidkron opened this issue Apr 17, 2021 · 0 comments

Comments

@davidkron
Copy link

I believe some of the grails-gradle-plugin features can now be used with Gradle natively. To be future proof and reduce maintenance I think it would be nice to rewrite some of the current grails-gradle-plugin implementation with the Gradle native variants.

Some examples:

  • remove pathingJar as this is now implemented in Gradle itself
  • I think the exploded classpath (for multi-module projects) could be replaced by Gradle's variant attributes
  • with variant attributes the Grails specific plugin-dependencies block could surely be dropped (use the standard Gradle dependency block)
@puneetbehl puneetbehl transferred this issue from grails/grails-core Jul 11, 2021
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