mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-05-25 03:34:02 +02:00
update versions
This commit is contained in:
parent
f8b2db5090
commit
872a99c84c
@ -4,8 +4,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
idea apply true
|
idea apply true
|
||||||
kotlin("jvm") version "1.7.0-Beta"
|
kotlin("jvm") version "1.7.0-RC"
|
||||||
id("org.jetbrains.intellij") version "1.5.3"
|
id("org.jetbrains.intellij") version "1.6.0"
|
||||||
id("org.jetbrains.changelog") version "1.3.1"
|
id("org.jetbrains.changelog") version "1.3.1"
|
||||||
id("com.github.ben-manes.versions") version "0.42.0"
|
id("com.github.ben-manes.versions") version "0.42.0"
|
||||||
}
|
}
|
||||||
@ -52,7 +52,7 @@ tasks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
kotlin.jvmToolchain {
|
kotlin.jvmToolchain {
|
||||||
(this as JavaToolchainSpec).run {
|
run {
|
||||||
languageVersion.set(JavaLanguageVersion.of(11))
|
languageVersion.set(JavaLanguageVersion.of(11))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user