This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new f64c72875 Build: Ensure reproducible .properties files (#3089)
f64c72875 is described below

commit f64c72875c0d64ba32e861eb6054c4355e205895
Author: Robert Stupp <[email protected]>
AuthorDate: Tue Dec 23 08:57:46 2025 +0100

    Build: Ensure reproducible .properties files (#3089)
    
    This is a safety net in case Properties are generated anywhere during the 
build.
---
 gradle.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gradle.properties b/gradle.properties
index 97762d80a..d98f0711d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -28,3 +28,6 @@ org.gradle.configuration-cache=false
 #org.gradle.configuration-cache-problems=warn
 # bump the Gradle daemon heap size (you can set bigger heap sizes as well)
 org.gradle.jvmargs=-Xms2g -Xmx4g -XX:MaxMetaspaceSize=768m
+
+# This lets all properties files produced via `java.util.Properties.store()` 
not contain the generation timestamp.
+systemProp.java.properties.date=File generated by Apache Polaris build.

Reply via email to