We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fd237 commit 8ebde75Copy full SHA for 8ebde75
1 file changed
build.gradle.kts
@@ -29,7 +29,7 @@ plugins {
29
// Kotlin support
30
id("org.jetbrains.kotlin.jvm") version "2.1.0"
31
// Gradle IntelliJ Plugin
32
- id("org.jetbrains.intellij.platform") version "2.1.0"
+ id("org.jetbrains.intellij.platform") version "2.6.0"
33
// Gradle Changelog Plugin
34
id("org.jetbrains.changelog") version "2.2.1"
35
// Gradle Qodana Plugin
@@ -85,7 +85,7 @@ intellijPlatform {
85
ides {
86
select {
87
types = listOf(IntelliJPlatformType.IntellijIdeaCommunity)
88
- channels = listOf(ProductRelease.Channel.RELEASE, ProductRelease.Channel.EAP)
+ channels = listOf(ProductRelease.Channel.RELEASE)
89
sinceBuild = properties("pluginSinceBuild")
90
untilBuild = provider { null }
91
}
0 commit comments