Fix MDK for 1.8.8 using FG2.1 snapshot

This commit is contained in:
cpw 2015-11-24 15:30:09 -05:00
parent c713309769
commit 1280462ec7
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/*
// For those who want the bleeding edge
buildscript {
repositories {
@ -9,17 +9,17 @@ buildscript {
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.0-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
}
}
apply plugin: 'net.minecraftforge.gradle.forge'
*/
// for people who want stable
/*
// for people who want stable - not yet functional for MC 1.8.8 - we require the forgegradle 2.1 snapshot
plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.0"
group= "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "modid"