Skip to content

Commit 4e4a1e2

Browse files
committed
Add property project.build.outputTimestamp for build reproducibility
1 parent a1f3603 commit 4e4a1e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@
181181
<japicmp.skip>false</japicmp.skip>
182182

183183
<commons.release.isDistModule>true</commons.release.isDistModule>
184-
</properties>
184+
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
185+
</properties>
185186

186187
<build>
187188
<defaultGoal>clean verify apache-rat:check japicmp:cmp spotbugs:check pmd:check pmd:cpd-check javadoc:javadoc checkstyle:check</defaultGoal>

0 commit comments

Comments
 (0)