From 5fb0f1362f641580eaa2776c6c57bd0ccf62125e Mon Sep 17 00:00:00 2001 From: kitsushadow Date: Thu, 8 Dec 2016 19:13:46 -0500 Subject: [PATCH] modifying build.gradle --- build.gradle | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 0f38f1d5..50e965c1 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 nessasary 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 = "1.0.1" +group= "nmd.primal.forgecraft" // http://maven.apache.org/guides/mini/guide-naming-conventions.html +archivesBaseName = "forgecraft" -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 { @@ -75,8 +75,4 @@ processResources from(sourceSets.main.resources.srcDirs) { exclude 'mcmod.info' } - - sourceSets { - main { output.resourcesDir = output.classesDir } - } } \ No newline at end of file