Skip to content

Commit 83f98cd

Browse files
committed
sync: 64c7597
1 parent 6d9eb93 commit 83f98cd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ intellijPlatform {
7272

7373
publishing {
7474
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" }) }
8075
}
8176

8277
pluginVerification {

0 commit comments

Comments
 (0)