Skip to content

Commit

Permalink
Update kotlin plugin version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picimako committed Jun 15, 2022
1 parent e3b7df1 commit 1abeeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
// Java support
id("java")
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.6.21"
id("org.jetbrains.kotlin.jvm") version "1.7.0"
// Gradle IntelliJ Plugin
id("org.jetbrains.intellij") version "1.5.3"
// Gradle Changelog Plugin
Expand All @@ -26,7 +26,7 @@ repositories {
// Set the JVM language level used to compile sources and generate files - Java 11 is required since 2020.3
kotlin {
jvmToolchain {
(this as JavaToolchainSpec).languageVersion.set(JavaLanguageVersion.of(11))
languageVersion.set(JavaLanguageVersion.of(11))
}
}

Expand Down

0 comments on commit 1abeeb0

Please sign in to comment.