From aeedebcc107bbd61643f3d73169537682f250cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sun, 23 Jan 2022 11:56:39 +0100 Subject: [PATCH] Auto-format. --- build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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") ]) } }