Skip to content

Commit

Permalink
Remove old stuff in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowfacts committed Feb 16, 2017
1 parent 106c697 commit 757db65
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,13 @@ dependencies {
compile group: "org.jetbrains.kotlin", name: "kotlin-runtime", version: kotlin_version
}

jar {
manifest {
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinPlugin"
attributes "FMLCorePluginContainsFMLMod": "true"
}
}

shadowJar {
classifier = ""
dependencies {
include(dependency("org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"))
include(dependency("org.jetbrains.kotlin:kotlin-reflect:${kotlin_version}"))
include(dependency("org.jetbrains.kotlin:kotlin-runtime:${kotlin_version}"))
}
manifest {
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinPlugin"
}
}

tasks.build.dependsOn shadowJar
Expand Down

0 comments on commit 757db65

Please sign in to comment.