mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-06-06 09:34:12 +00:00
Change JVM version to 21
This commit is contained in:
parent
3dbded33a6
commit
492fd44e34
@ -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.*)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user