mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-06-01 03:34:06 +02:00
remove unnecessary options
This commit is contained in:
parent
80f25c39b2
commit
89af38422a
@ -13,12 +13,7 @@ plugins {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
withType<KotlinCompile> {
|
withType<KotlinCompile> {
|
||||||
kotlinOptions {
|
kotlinOptions.jvmTarget = JavaVersion.VERSION_1_8.toString()
|
||||||
languageVersion = "1.5"
|
|
||||||
apiVersion = "1.5"
|
|
||||||
jvmTarget = JavaVersion.VERSION_1_8.toString()
|
|
||||||
freeCompilerArgs += "-progressive"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
named<Zip>("buildPlugin") {
|
named<Zip>("buildPlugin") {
|
||||||
|
Loading…
Reference in New Issue
Block a user