mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
Make Spring Cloud builds reproducible
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user