mirror of
https://github.com/HMCore/Core-ktx.git
synced 2025-12-12 14:36:29 +00:00
refactor: change build script
This commit is contained in:
@@ -2,7 +2,6 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.4.32"
|
kotlin("jvm") version "1.4.32"
|
||||||
application
|
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "de.wulkanat"
|
group = "de.wulkanat"
|
||||||
@@ -23,10 +22,6 @@ tasks.test {
|
|||||||
useJUnit()
|
useJUnit()
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<KotlinCompile>() {
|
tasks.withType<KotlinCompile> {
|
||||||
kotlinOptions.jvmTarget = "11"
|
kotlinOptions.jvmTarget = "11"
|
||||||
}
|
}
|
||||||
|
|
||||||
application {
|
|
||||||
mainClassName = "MainKt"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user