diff --git a/build.gradle b/build.gradle index e10023fd..06166541 100644 --- a/build.gradle +++ b/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") ]) } }