Skip to content

Commit

Permalink
Merge pull request #92 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Update project build output timestamp for reproducible builds
  • Loading branch information
hazendaz committed Sep 17, 2022
2 parents c39f385 + 87f4be2 commit 065717d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -64,8 +64,10 @@
<findbugs.onlyAnalyze>org.mybatis.caches.memcached.*</findbugs.onlyAnalyze>
<gcu.product>Cache</gcu.product>
<module.name>org.mybatis.caches.memcached</module.name>
<project.build.outputTimestamp>1645112687</project.build.outputTimestamp>
<argLine>-Djdk.attach.allowAttachSelf -Xms1024m -Xmx1024m</argLine>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 065717d

Please sign in to comment.