Skip to content

Commit 25f9a5a

Browse files
authored
Merge pull request #159 from hazendaz/master
[pom] Add project build output timestamp for reproducible builds
2 parents f4ad26b + 3f6922b commit 25f9a5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
<!-- Dependencies plugin settings -->
7878
<module.name>org.mybatis.scripting.thymeleaf</module.name>
7979
<clirr.comparisonVersion>1.0.0</clirr.comparisonVersion>
80+
81+
<!-- Reproducible Builds -->
82+
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
8083
</properties>
8184

8285
<dependencies>

0 commit comments

Comments
 (0)