Auto-format.
This commit is contained in:
14
build.gradle
14
build.gradle
@@ -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")
|
||||
])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user