Do not include timestamp for buildInfo.

This commit is contained in:
Greg Cooper
2023-08-01 15:03:50 -06:00
committed by Janne Valkealahti
parent 4a56d2a886
commit c5145a2fe6
3 changed files with 9 additions and 3 deletions

View File

@@ -15,7 +15,9 @@ dependencies {
}
springBoot {
buildInfo()
buildInfo {
excludes = ['time']
}
}
if (project.hasProperty('springShellSampleE2E') && springShellSampleE2E.toBoolean()) {