Skip to content

Commit 8ebde75

Browse files
Update IntelliJ platform version to 2.6.0 and adjust release channels
1 parent 56fd237 commit 8ebde75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
// Kotlin support
3030
id("org.jetbrains.kotlin.jvm") version "2.1.0"
3131
// Gradle IntelliJ Plugin
32-
id("org.jetbrains.intellij.platform") version "2.1.0"
32+
id("org.jetbrains.intellij.platform") version "2.6.0"
3333
// Gradle Changelog Plugin
3434
id("org.jetbrains.changelog") version "2.2.1"
3535
// Gradle Qodana Plugin
@@ -85,7 +85,7 @@ intellijPlatform {
8585
ides {
8686
select {
8787
types = listOf(IntelliJPlatformType.IntellijIdeaCommunity)
88-
channels = listOf(ProductRelease.Channel.RELEASE, ProductRelease.Channel.EAP)
88+
channels = listOf(ProductRelease.Channel.RELEASE)
8989
sinceBuild = properties("pluginSinceBuild")
9090
untilBuild = provider { null }
9191
}

0 commit comments

Comments
 (0)