jdaugherty commented on code in PR #14895:
URL: https://github.com/apache/grails-core/pull/14895#discussion_r2203453138
##########
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/views/json/GsonViewCompilerTask.groovy:
##########
@@ -36,6 +39,12 @@ import javax.inject.Inject
@CacheableTask
class GsonViewCompilerTask extends AbstractGroovyTemplateCompileTask {
+ @PathSensitive(PathSensitivity.RELATIVE)
Review Comment:
I'd suggest moving this up to the abstract class since the
MarkupViewCompilerTask will have the same issue.
--
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]