Remove old stuff in build.gradle
This commit is contained in:
parent
106c697b49
commit
757db6540d
10
build.gradle
10
build.gradle
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue