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 b2583b4 commit 07de37bCopy full SHA for 07de37b
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