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

@ -8,6 +8,7 @@
- GitHub Actions - enable caching
### Changed
- Use Java `17` for JVM Toolchain
- Change since/until build to `222-232.*` (2022.2 - 2023.2.*)
- Dependencies - upgrade `org.jetbrains.intellij` to `1.14.0`
- Dependencies - upgrade `org.jetbrains.changelog` to `2.1.0`

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