Merge branch '2.1.x' into 2.2.x
Closes gh-20183
This commit is contained in:
@@ -14,9 +14,6 @@ task buildInfo(type: org.springframework.boot.gradle.tasks.buildinfo.BuildInfo)
|
||||
artifact = property('buildInfoArtifact', 'foo')
|
||||
group = property('buildInfoGroup', 'foo')
|
||||
name = property('buildInfoName', 'foo')
|
||||
if (!project.hasProperty('projectVersion')) {
|
||||
version = property('buildInfoVersion', '1.0')
|
||||
}
|
||||
additional = ['additional': property('buildInfoAdditional', 'foo')]
|
||||
if (project.hasProperty('nullTime')) {
|
||||
time = null
|
||||
|
||||
Reference in New Issue
Block a user