Make Spring Cloud builds reproducible

This commit is contained in:
Ryan Baxter
2026-09-09 10:56:06 -04:00
parent 48bb05c102
commit a8ef18d5f2
3 changed files with 20 additions and 0 deletions
+3
View File
@@ -72,6 +72,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<central-publishing-maven-plugin.version>0.9.0</central-publishing-maven-plugin.version>
<maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
<!-- Reproducible builds. This module does not inherit from spring-cloud-build,
so the property has to be repeated here. Keep in sync with the parent pom. -->
<project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
</properties>
<distributionManagement>
<downloadUrl>https://github.com/spring-cloud</downloadUrl>