Migrate Forge to Kotlin DSL

This commit is contained in:
Kenzie Togami
2019-07-10 17:45:33 -07:00
parent 47b9716bdc
commit 3d4025c757
5 changed files with 119 additions and 113 deletions

View File

@ -53,8 +53,6 @@ configure<BasePluginConvention> {
archivesBaseName = "$archivesBaseName-mc$minecraftVersion"
}
val sourceSets = project.the<JavaPluginConvention>().sourceSets
tasks.named<Copy>("processResources") {
// this will ensure that this task is redone when the versions change.
inputs.property("version", project.ext["internalVersion"])