From 037611f1c3806c02696f4b7e37a91927f6aace2a Mon Sep 17 00:00:00 2001 From: Electroblob <35599699+Electroblob77@users.noreply.github.com> Date: Wed, 7 Feb 2018 21:41:33 +0000 Subject: [PATCH] Update build.gradle --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index e581fdbc..c06eb2b2 100644 --- a/build.gradle +++ b/build.gradle @@ -11,13 +11,13 @@ 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 = "1.0" -group = "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html -archivesBaseName = "modid" +version = " 3.1.0 - MC 1.11.2" +group= "electroblob.wizardry"// http://maven.apache.org/guides/mini/guide-naming-conventions.html +archivesBaseName = "Electroblob's Wizardry " -sourceCompatibility = targetCompatibility = "1.6" // Need this here so eclipse task generates correctly. +sourceCompatibility = targetCompatibility = "1.8" // Need this here so eclipse task generates correctly. compileJava { - sourceCompatibility = targetCompatibility = "1.6" + sourceCompatibility = targetCompatibility = "1.8" } minecraft {