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.
This commit is contained in:
Electroblob
2019-04-15 23:06:42 +01:00
committed by GitHub
parent 290d420e6b
commit a924545457
+2 -2
View File
@@ -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 {