Change JVM version to 21

This commit is contained in:
Jakub Chrzanowski 2025-03-28 20:19:32 +01:00
parent 3dbded33a6
commit 492fd44e34
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
### Changed
- Change JVM version to `21`
- Upgrade Gradle Wrapper to `8.13`
- Update `platformVersion` to `2024.2.5`
- Change since/until build to `242-252.*` (2024.2-2025.2.*)

View File

@ -16,7 +16,7 @@ version = providers.gradleProperty("pluginVersion").get()
// Set the JVM language level used to build the project.
kotlin {
jvmToolchain(17)
jvmToolchain(21)
}
// Configure project's dependencies