remove curseforge plugin from FG 1.2

This commit is contained in:
Zach 2015-11-22 12:11:13 -05:00
parent e750348aa6
commit df06876751
1 changed files with 0 additions and 13 deletions

View File

@ -19,8 +19,6 @@ buildscript {
// Apply the forge plugin - this adds all the magic for automatically obfuscating, deobfuscating etc
apply plugin: 'forge'
apply plugin: "curseforge"
// This is a simple flatdir repository for "uploadArchives" when you don't have a remote repo to target
repositories {
@ -102,17 +100,6 @@ artifacts {
archives sourceJar, deobfJar
}
curse {
projectId = "228756"
apiKey = "$System.env.curse_api_key"
changelog = "See github for changes"
releaseType = "beta"
additionalArtifact deobfJar
additionalArtifact sourceJar
}
// Configure an upload task. this is setup for uploading to files.minecraftforge.net. There are other examples around
uploadArchives {
dependsOn 'reobf'