Skip to content

Commit 8f5f2ed

Browse files
authored
Update build.gradle.kts (#898)
* Update build.gradle.kts * Update build.gradle.kts
1 parent 0e5edf4 commit 8f5f2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ tasks {
124124
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
125125
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
126126
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
127-
channels = properties("pluginVersion").map { listOf(it.substringAfter('-').substringBefore('.').ifEmpty { "default" }) }
127+
channels = listOf( "default")
128128
}
129129
}
130130

0 commit comments

Comments
 (0)