Auto-format.

This commit is contained in:
Florian Nücke
2022-01-23 11:56:39 +01:00
parent 0f9eb58a9e
commit aeedebcc10

View File

@@ -139,13 +139,13 @@ jar {
manifest {
attributes([
'Specification-Title' : 'oc2',
'Specification-Vendor' : 'Sangar',
'Specification-Version' : '1',
'Implementation-Title' : project.name,
'Implementation-Version' : "${semver}",
'Implementation-Vendor' : 'Sangar',
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
'Specification-Title' : 'oc2',
'Specification-Vendor' : 'Sangar',
'Specification-Version' : '1',
'Implementation-Title' : project.name,
'Implementation-Version' : "${semver}",
'Implementation-Vendor' : 'Sangar',
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
])
}
}