We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9eb93 commit 83f98cdCopy full SHA for 83f98cd
1 file changed
build.gradle.kts
@@ -72,11 +72,6 @@ intellijPlatform {
72
73
publishing {
74
token = providers.environmentVariable("INTELLIJ_PUBLISH_TOKEN")
75
- // The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
76
- // Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
77
- // https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
78
- channels = providers.gradleProperty("pluginVersion")
79
- .map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) }
80
}
81
82
pluginVerification {
0 commit comments