From b0d1aa6d5076738965f1f0fd9df98c6cd5bf946f Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Sat, 14 Jan 2023 16:03:02 -0800 Subject: Ported 1.1.4 changes from Forge. --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index bdfc5b2..ba9b7f2 100644 --- a/build.gradle +++ b/build.gradle @@ -59,12 +59,12 @@ jar { rename { "${it}_${project.archivesBaseName}"} } manifest { - attributes(["Specification-Title": project.name, - "Specification-Vendor": project.author, - "Specification-Version": project.version, - "Implementation-Title": project.name, - "Implementation-Version": project.version, - "Implementation-Vendor" : project.author, + attributes(["Specification-Title": project.name, + "Specification-Vendor": project.author, + "Specification-Version": project.version, + "Implementation-Title": project.name, + "Implementation-Version": project.version, + "Implementation-Vendor" : project.author, "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")],) } } -- cgit