remove curseforge plugin from FG 1.2
This commit is contained in:
parent
e750348aa6
commit
df06876751
13
build.gradle
13
build.gradle
|
@ -19,8 +19,6 @@ buildscript {
|
||||||
// Apply the forge plugin - this adds all the magic for automatically obfuscating, deobfuscating etc
|
// Apply the forge plugin - this adds all the magic for automatically obfuscating, deobfuscating etc
|
||||||
|
|
||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
apply plugin: "curseforge"
|
|
||||||
|
|
||||||
|
|
||||||
// This is a simple flatdir repository for "uploadArchives" when you don't have a remote repo to target
|
// This is a simple flatdir repository for "uploadArchives" when you don't have a remote repo to target
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -102,17 +100,6 @@ artifacts {
|
||||||
archives sourceJar, deobfJar
|
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
|
// Configure an upload task. this is setup for uploading to files.minecraftforge.net. There are other examples around
|
||||||
uploadArchives {
|
uploadArchives {
|
||||||
dependsOn 'reobf'
|
dependsOn 'reobf'
|
||||||
|
|
Loading…
Reference in New Issue