1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-05-11 01:34:05 +02:00

remove unnecessary options

This commit is contained in:
breandan 2021-03-04 23:01:51 -05:00
parent 80f25c39b2
commit 89af38422a

View File

@ -13,12 +13,7 @@ plugins {
tasks {
withType<KotlinCompile> {
kotlinOptions {
languageVersion = "1.5"
apiVersion = "1.5"
jvmTarget = JavaVersion.VERSION_1_8.toString()
freeCompilerArgs += "-progressive"
}
kotlinOptions.jvmTarget = JavaVersion.VERSION_1_8.toString()
}
named<Zip>("buildPlugin") {