mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-24 21:06:15 +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`
|
- Migrate IntelliJ Platform repository configuration to `settings.gradle.kts`
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.14.0`
|
- 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
|
## [2.4.1] - 2026-03-20
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -14,11 +14,6 @@ plugins {
|
|||||||
group = providers.gradleProperty("pluginGroup").get()
|
group = providers.gradleProperty("pluginGroup").get()
|
||||||
version = providers.gradleProperty("pluginVersion").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 are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/version_catalogs.html
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation(libs.junit)
|
testImplementation(libs.junit)
|
||||||
|
|||||||
Reference in New Issue
Block a user