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


##########
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:
   Update: I just pushed a commit that uses the upgrade manual suggestion 
(mentioned above) for permissions  and goes even further with turning of the 
reproducible builds feature for Gradle 9 build. 
   
   I assume this is actually a good and safer approach: we can create a 
separate JIRA ticket and turn on the reproducible builds (at some point in the 
future and as an isolated change).



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