snazy commented on code in PR #2432:
URL: https://github.com/apache/polaris/pull/2432#discussion_r2294270253


##########
build-logic/src/main/kotlin/polaris-java.gradle.kts:
##########
@@ -237,9 +238,20 @@ configurations.all {
     }
 }
 
-// ensure jars conform to reproducible builds
-// 
(https://docs.gradle.org/current/userguide/working_with_files.html#sec:reproducible_archives)
-tasks.withType<AbstractArchiveTask>().configureEach {
-  isPreserveFileTimestamps = false
-  isReproducibleFileOrder = true
+if (plugins.hasPlugin("io.quarkus")) {

Review Comment:
   We have a dedicated build-plugin for the "distributed" Quarkus builds, but 
also other projects that use/build with Quarkus.... So I put it into the 
non-java version specific one.



-- 
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: issues-unsubscr...@polaris.apache.org

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

Reply via email to