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 0e5edf4 commit 8f5f2edCopy full SHA for 8f5f2ed
build.gradle.kts
@@ -124,7 +124,7 @@ tasks {
124
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
125
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
126
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
127
- channels = properties("pluginVersion").map { listOf(it.substringAfter('-').substringBefore('.').ifEmpty { "default" }) }
+ channels = listOf( "default")
128
}
129
130
0 commit comments