dejan2609 commented on code in PR #19513:
URL: https://github.com/apache/kafka/pull/19513#discussion_r2405861455


##########
build.gradle:
##########
@@ -1264,6 +1268,27 @@ project(':core') {
     from(project(':streams:examples').jar) { into("libs/") }
     from(project(':streams:examples').configurations.runtimeClasspath) { 
into("libs/") }
     duplicatesStrategy 'exclude'
+    preserveFileTimestamps = true
+    filePermissions {

Review Comment:
   So, just to be on the same page: you are referring to 
https://docs.gradle.org/9.1.0/userguide/upgrading_major_version_9.html#reproducible_archives_by_default
 ?
   <img width="1078" height="696" alt="image" 
src="https://github.com/user-attachments/assets/96d8de75-95fe-4d0e-a2b7-97f92d0ae256";
 />
   
   Frankly, this looks like a better solution, let me try to implement it.



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