matrei commented on code in PR #14952:
URL: https://github.com/apache/grails-core/pull/14952#discussion_r2257946773


##########
grails-common/build.gradle:
##########
@@ -27,6 +27,8 @@ group = 'org.apache.grails.common'
 dependencies {
     implementation platform(project(':grails-bom'))
 
+    api 'org.apache.grails.gradle.common:grails-gradle-common'

Review Comment:
   > Since gradle uses that file to know when to recompile, we want that to 
change when the source date epoch does. Otherwise it may not trigger a 
recompile. So yes, it's needed.
   
   Thanks, that is good info. I would like to understand this better.
   Could you help me understand where/how Gradle uses one of the properties 
files updated by `FilePropertiesUtils` to know that it needs to trigger a 
recompile, that otherwise would not happen?



-- 
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]

Reply via email to