We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2583b4 + 07de37b commit f3ff7abCopy full SHA for f3ff7ab
2 files changed
build.gradle.kts
@@ -51,7 +51,7 @@ tasks {
51
52
publishPlugin {
53
token.set(System.getenv("INTELLIJ_PUBLISH_TOKEN"))
54
- channels.set(listOf("eap"))
+ channels.set(listOf("stable", "eap"))
55
}
56
57
kotlin {
gui
0 commit comments