mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Maven build generates consistent output
Set build output timestamp per: https://maven.apache.org/guides/mini/guide-reproducible-builds.html
This commit is contained in:
parent
2249cbcb6f
commit
cdb2eb1db7
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -26,6 +26,7 @@
|
|||
<jacoco.version>0.8.8</jacoco.version>
|
||||
<nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version>
|
||||
<spring-format.version>0.0.38</spring-format.version>
|
||||
<project.build.outputTimestamp>2023-03-29T00:00:00Z</project.build.outputTimestamp>
|
||||
|
||||
</properties>
|
||||
|
||||
|
|
Loading…
Reference in a new issue