From a9245454570f4d846cdd61b88138280f32bc5194 Mon Sep 17 00:00:00 2001 From: Electroblob <35599699+Electroblob77@users.noreply.github.com> Date: Mon, 15 Apr 2019 23:06:42 +0100 Subject: [PATCH] Remove spaces and stuff from build.gradle I dunno, they probably break all the fancy gradle things and I usually rename the jar after compiling anyway. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 775fd0d4..5c3b7f46 100644 --- a/build.gradle +++ b/build.gradle @@ -11,9 +11,9 @@ apply plugin: 'net.minecraftforge.gradle.forge' //Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. -version = " 4.1.4 - MC 1.12.2" +version = "4.1.4" group= "electroblob.wizardry"// http://maven.apache.org/guides/mini/guide-naming-conventions.html -archivesBaseName = "Electroblob's Wizardry " +archivesBaseName = "ElectroblobsWizardry" sourceCompatibility = targetCompatibility = "1.8" // Need this here so eclipse task generates correctly. compileJava {