Change the build to capture an MCP version, also, tweak the sources so mavenLocal can be used for ForgeGradle

This commit is contained in:
Christian 2013-11-09 20:00:05 -05:00
parent e378a24759
commit 4cefffa1c9
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
buildscript {
repositories {
mavenCentral()
mavenLocal()
maven {
name = "forge"
url = "http://files.minecraftforge.net/maven"
@ -25,6 +26,7 @@ repositories {
minecraft {
version = '1.6.4'
mcpVersion = '8.11'
fmlDir = projectDir.getAbsolutePath();
mainClass = 'cpw.mods.fml.relauncher.ServerLaunchWrapper'
installerVersion = "1.4"