We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9234bf5 commit aef63dbCopy full SHA for aef63db
build.gradle.kts
@@ -5,7 +5,7 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
5
plugins {
6
id("java") // Java support
7
kotlin("jvm") version "2.1.10"// Kotlin support
8
- id("org.jetbrains.intellij.platform") version "2.2.1"
+ id("org.jetbrains.intellij.platform") version "2.6.0"
9
alias(libs.plugins.changelog) // Gradle Changelog Plugin
10
alias(libs.plugins.qodana) // Gradle Qodana Plugin
11
alias(libs.plugins.kover) // Gradle Kover Plugin
gradle/libs.versions.toml
@@ -4,7 +4,7 @@ junit = "4.13.2"
4
# plugins
changelog = "2.2.1"
-intelliJPlatform = "2.1.0"
+intelliJPlatform = "2.6.0"
kotlin = "1.9.25"
kover = "0.8.3"
qodana = "2024.2.3"
0 commit comments