Use Java 17 for JVM Toolchain

This commit is contained in:
Jakub Chrzanowski
2023-06-02 13:04:19 +02:00
committed by Jakub Chrzanowski
parent d22a737277
commit bc4bf88f99
2 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ dependencies {
// Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
kotlin {
jvmToolchain(11)
jvmToolchain(17)
}
// Configure Gradle IntelliJ Plugin - read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html