From 709fdc2773a290c8d7a127e2f1351980d57c1994 Mon Sep 17 00:00:00 2001 From: Johannes Schnatterer Date: Tue, 10 Nov 2020 10:22:36 +0100 Subject: [PATCH] Make build reproducible. By removing timestamp from build info file. This is helpful for git ops, because we using the image's repo digest, only changes to the code trigger a change in the GitOps repo. Right now, there still is this issue: https://github.com/paketo-buildpacks/builder/issues/45 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 5cde85678..7f43d6c6e 100644 --- a/pom.xml +++ b/pom.xml @@ -198,6 +198,7 @@ build-info + ${project.build.sourceEncoding} ${project.reporting.outputEncoding}