update links to SDK Docs

This commit is contained in:
Yann Cébron
2021-01-21 11:10:06 +01:00
parent dfd925d1c9
commit bd9f2715ea
7 changed files with 15 additions and 15 deletions

View File

@@ -122,7 +122,7 @@ tasks {
token(System.getenv("PUBLISH_TOKEN"))
// 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://jetbrains.org/intellij/sdk/docs/tutorials/build_system/deployment.html#specifying-a-release-channel
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
channels(pluginVersion.split('-').getOrElse(1) { "default" }.split('.').first())
}
}