jamesfredley opened a new issue, #14977: URL: https://github.com/apache/grails-core/issues/14977
### Issue description https://docs.grails.org/snapshot/guide/plugins.html#_plugins_and_multi_project_builds Indicates you should be able to add `exploded=true` to the plugins `gradle.properties` https://github.com/apache/grails-core/blob/388387c9e3ba109af2f4fe1dd3b9117080162fbf/grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core/GrailsPluginGradlePlugin.groovy#L100-L118 But this is not causing the plugin to be reloaded in the the app when the plugin is modified. https://github.com/apache/grails-core/issues/14974#issuecomment-3192511671 - alternate example with working reloading -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
