Open codeconsole opened 2 months ago
I suggest moving the contents of grails-web into the grails-core gradle plugin and simplifying some of the structure. A lot of plugins were split instead of just using config to enable/disable available tasks a plugin provides
@davydotcom sure, it makes sense to merge grails-web and grails-core. Perhaps grails-gsp
should remain separate and we start just by publishing grails-gsp and grails-core plugins?
The hope is in the future I will get around to making grails-gsp independent of grails
@davydotcom isn't a simple solution to just merge grails-web into grails-gradle-plugin then make org.grails.grails-plugin and org.grails.grails-gsp subprojects and just publish them? Later the other plugins could be make subprojects as well with a common core if needed
actually, we can just publish grails-gradle-plugin and move org.grails.grails-gsp into the grails-gsp project
somewhat related to https://github.com/grails/grails-gradle-plugin/issues/351
Somewhat related to #350
if
grails-gradle-plugin
is published to gradlePluginPortal,buildSrc/build.gradle
settings.gradle
and abuildscript { }
are no longer needed for Grails Apps.
Also remove need for
grails-gradle-plugin currently consists of
org.grails.grails-web
should automatically be applied iforg.grails:grails-web-url-mappings
is presentorg.grails.grails-gsp
should automatically be applied iforg.grails:grails-gsp
is present