Remove old stuff in build.gradle

This commit is contained in:
Shadowfacts 2017-02-15 19:23:34 -05:00
parent 106c697b49
commit 757db6540d
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 0 additions and 10 deletions

View File

@ -70,13 +70,6 @@ dependencies {
compile group: "org.jetbrains.kotlin", name: "kotlin-runtime", version: kotlin_version compile group: "org.jetbrains.kotlin", name: "kotlin-runtime", version: kotlin_version
} }
jar {
manifest {
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinPlugin"
attributes "FMLCorePluginContainsFMLMod": "true"
}
}
shadowJar { shadowJar {
classifier = "" classifier = ""
dependencies { dependencies {
@ -84,9 +77,6 @@ shadowJar {
include(dependency("org.jetbrains.kotlin:kotlin-reflect:${kotlin_version}")) include(dependency("org.jetbrains.kotlin:kotlin-reflect:${kotlin_version}"))
include(dependency("org.jetbrains.kotlin:kotlin-runtime:${kotlin_version}")) include(dependency("org.jetbrains.kotlin:kotlin-runtime:${kotlin_version}"))
} }
manifest {
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinPlugin"
}
} }
tasks.build.dependsOn shadowJar tasks.build.dependsOn shadowJar