codeconsole commented on code in PR #16019:
URL: https://github.com/apache/grails-core/pull/16019#discussion_r3679570876
##########
grails-core/src/main/groovy/org/grails/compiler/injection/GlobalGrailsClassInjectorTransformation.groovy:
##########
@@ -179,6 +188,44 @@ class GlobalGrailsClassInjectorTransformation implements
ASTTransformation, Comp
/**
* @return {@code true} when the {@code grails.isolated.build} system
property is {@code true}.
*/
+ /**
Review Comment:
Fixed in `94e25dee20`. The `isIsolatedBuild()` block is back on
`isIsolatedBuild()`, and `compileBeansDsl` has its own.
--
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]