Skip to content

Commit

Permalink
I forgot that new forgegradle doesn't work on older versions. :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
impiaaa committed May 14, 2014
1 parent bc039c9 commit 712b871
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ buildscript {
}
}

apply plugin: 'curseforge'
apply plugin: 'forge'

version = "1.3.2"
Expand All @@ -22,13 +21,6 @@ minecraft {
version = "1.6.4-9.11.1.964"
}

curse {
apiKey = project.curseforge_key
projectId = "72733"
changelog = "Fixed dedicated server crash and issue with saving & loading metadata"
releaseType = "release"
}

processResources
{
// this will ensure that this task is redone when the versions change.
Expand All @@ -47,4 +39,4 @@ processResources
from(sourceSets.main.resources.srcDirs) {
exclude 'mcmod.info'
}
}
}

0 comments on commit 712b871

Please sign in to comment.