mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
Dependencies - upgrade Kotlin to 2.3.20, Kover to 0.9.7, Qodana to 2025.3.2, and platformVersion to 2025.2.6.1.
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
|
||||
- Upgrade Gradle Wrapper to `9.4.1`
|
||||
- Set empty `versionPrefix` for changelog in Gradle build file.
|
||||
- Update `platformVersion` to `2025.2.6.1`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.13.1`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `2.3.0`
|
||||
- Dependencies - upgrade `org.jetbrains.qodana` to `2025.3.1`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.9.5`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `2.3.20`
|
||||
- Dependencies - upgrade `org.jetbrains.qodana` to `2025.3.2`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.9.7`
|
||||
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `v6`
|
||||
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v6`
|
||||
- GitHub Actions: Setup Java and Gradle actions for the `releaseDraft` build step
|
||||
|
||||
@@ -10,7 +10,7 @@ pluginVersion = 2.4.1
|
||||
pluginSinceBuild = 252
|
||||
|
||||
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
|
||||
platformVersion = 2025.2.5
|
||||
platformVersion = 2025.2.6.1
|
||||
|
||||
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
|
||||
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
|
||||
|
||||
@@ -6,9 +6,9 @@ opentest4j = "1.3.0"
|
||||
# plugins
|
||||
changelog = "2.5.0"
|
||||
intelliJPlatform = "2.13.1"
|
||||
kotlin = "2.3.0"
|
||||
kover = "0.9.5"
|
||||
qodana = "2025.3.1"
|
||||
kotlin = "2.3.20"
|
||||
kover = "0.9.7"
|
||||
qodana = "2025.3.2"
|
||||
|
||||
[libraries]
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
|
||||
Reference in New Issue
Block a user