Skip to content

Commit

Permalink
Update build.gradle.kts (#898)
Browse files Browse the repository at this point in the history
* Update build.gradle.kts

* Update build.gradle.kts
  • Loading branch information
koxudaxi authored Mar 14, 2024
1 parent 0e5edf4 commit 8f5f2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ tasks {
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
channels = properties("pluginVersion").map { listOf(it.substringAfter('-').substringBefore('.').ifEmpty { "default" }) }
channels = listOf( "default")
}
}

Expand Down

0 comments on commit 8f5f2ed

Please sign in to comment.