vlsi commented on code in PR #6328:
URL: https://github.com/apache/jmeter/pull/6328#discussion_r1705266326


##########
build-logic/basics/src/main/kotlin/build-logic.reproducible-builds.gradle.kts:
##########
@@ -19,6 +19,10 @@ tasks.withType<AbstractArchiveTask>().configureEach {
     // Ensure builds are reproducible
     isPreserveFileTimestamps = false
     isReproducibleFileOrder = true
-    dirMode = "775".toInt(8)
-    fileMode = "664".toInt(8)

Review Comment:
   The other places used to have `755 / 644` rather than `775 / 664`, so I went 
with `755 / 644`



-- 
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: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to