Migrate Core to Kotlin DSL

This commit is contained in:
Kenzie Togami
2019-07-10 17:07:37 -07:00
parent ab8397e517
commit 55100761a3
4 changed files with 53 additions and 57 deletions

View File

@ -4,14 +4,12 @@ plugins {
kotlin("jvm") version "1.3.41"
}
applyCommonConfiguration()
tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "1.8"
}
repositories {
jcenter()
}
dependencies {
"implementation"(project(":worldedit-libs:core:ap"))
"implementation"(project(":worldedit-core"))