From 479960d1eb936460b97ae2f8df21c536590ff08a Mon Sep 17 00:00:00 2001 From: Jacek Kowalski Date: Tue, 28 Jun 2022 00:14:24 +0200 Subject: [PATCH] Add var project.build.outputTimestamp to enable reproducible builds --- .github/workflows/update-deps.yml | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 6a0399b..980fc8c 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -59,6 +59,7 @@ jobs: -DremotePom='org.keycloak:keycloak-parent:${{ steps.vars.outputs.keycloakVersion }}' \ -DupdateDependencies=true -DupdatePropertyVersions=true mvn versions:use-latest-versions -DallowMajorUpdates=false + mvn versions:set-property -Dproperty=project.build.outputTimestamp -DnewVersion=`date +%s` - id: create_commit name: Create commit diff --git a/pom.xml b/pom.xml index 27c35bd..9d5518d 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ UTF-8 1.8 1.8 + 1656367890