jdaugherty commented on code in PR #14895:
URL: https://github.com/apache/grails-core/pull/14895#discussion_r2201127923


##########
build.gradle:
##########
@@ -86,6 +88,12 @@ subprojects {
     }
 
     apply from: 
rootProject.layout.projectDirectory.file('gradle/dependency-licenses.gradle')
+
+    normalization {
+        runtimeClasspath {
+            ignore '**/grails.build.info'

Review Comment:
   so some other files that get output as part of the build process that 
constantly change: 
   
   META-INF/grails.factories <- created as part of the groovy compile step via 
an AST transform
   gsp/views.properties <- created as part of the gsp compiler
   ${output.resourcesDir}/META-INF/grails.build.info <- created by the task in 
GrailsGradlePlugin's 
   
   I'm guessing only the build properties task is causing an issue though.  
I've now made all of these consistent when the build is set to build 
reproducible



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