We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd69ed6 commit b675a70Copy full SHA for b675a70
extensions/intellij/build.gradle.kts
@@ -142,6 +142,6 @@ tasks {
142
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
143
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
144
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
145
- channels = ["eap", "default"]
+ channels.set(listOf("eap", "default"))
146
}
147
0 commit comments