Closed
Description
Follow-up to #8391
The build-info.properties file contains a timestamp in the header comment, this leads to non-reproducible builds.
springBoot {
buildInfo {
properties {
time = null
}
}
}
Will remove the build.time property, but the timestamp in the header comment will be changed on every build:
#Properties
#Mon Sep 17 17:34:11 CEST 2018
build.artifact=example-artifact
build.group=example-group
build.name=example-name
build.version=1.0.0