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 0609823 commit 50816b2Copy full SHA for 50816b2
build.gradle.kts
@@ -122,6 +122,6 @@ tasks {
122
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
123
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
124
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
125
- channels = properties("pluginVersion").map { listOf(it.split('-').getOrElse(1) { "default" }.split('.').first()) }
+ channels.set(listOf("default"))
126
}
127
0 commit comments