mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
Remove redundant Kotlin JVM toolchain configuration from build.gradle.kts
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
- Migrate IntelliJ Platform repository configuration to `settings.gradle.kts`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.14.0`
|
||||
|
||||
### Removed
|
||||
|
||||
- Remove redundant Kotlin JVM toolchain configuration from `build.gradle.kts`
|
||||
|
||||
## [2.4.1] - 2026-03-20
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -14,11 +14,6 @@ plugins {
|
||||
group = providers.gradleProperty("pluginGroup").get()
|
||||
version = providers.gradleProperty("pluginVersion").get()
|
||||
|
||||
// Set the JVM language level used to build the project.
|
||||
kotlin {
|
||||
jvmToolchain(21)
|
||||
}
|
||||
|
||||
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/version_catalogs.html
|
||||
dependencies {
|
||||
testImplementation(libs.junit)
|
||||
|
||||
Reference in New Issue
Block a user