TheNeuralBit commented on a change in pull request #13464:
URL: https://github.com/apache/beam/pull/13464#discussion_r536388649



##########
File path: 
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -770,6 +770,10 @@ class BeamModulePlugin implements Plugin<Project> {
         + (defaultLintSuppressions + 
configuration.disableLintWarnings).collect { "-Xlint:-${it}" })
       }
 
+      project.tasks.withType(Jar).configureEach {
+        preserveFileTimestamps(false)
+      }
+

Review comment:
       Ah yes I guess applyJavaNature is called in applyPortabilityNature 
already so this caputres both :+1: 




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to