jdaugherty commented on code in PR #15409:
URL: https://github.com/apache/grails-core/pull/15409#discussion_r2926099157
##########
grails-bootstrap/src/main/groovy/grails/plugins/GrailsPluginInfo.java:
##########
@@ -60,7 +60,7 @@ public interface GrailsPluginInfo {
String getFullName();
/**
- * Returns the location of the Resource that represents the plugin
descriptor (the *GrailsPlugin.groovy file)
+ * Returns the location of the Resource that represents the plugin
descriptor (the *GrailsPlugin.groovy or grails-plugin.yml file)
Review Comment:
There are 2 code paths - binary plugins load from grails-plugin.yml & source
based plugins load from GrailsPlugin. Source based plugins that are loaded
dynamically do not have a grails-plugin.yml. I think this really exists today
for tests only. I was trying to call out these 2 code paths in this comment.
--
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]