You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: