Do not include timestamp for buildInfo.
This commit is contained in:
committed by
Janne Valkealahti
parent
4a56d2a886
commit
c5145a2fe6
@@ -15,7 +15,9 @@ dependencies {
|
||||
}
|
||||
|
||||
springBoot {
|
||||
buildInfo()
|
||||
buildInfo {
|
||||
excludes = ['time']
|
||||
}
|
||||
}
|
||||
|
||||
if (project.hasProperty('springShellSampleE2E') && springShellSampleE2E.toBoolean()) {
|
||||
|
||||
Reference in New Issue
Block a user