We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31502bc commit 00d90a4Copy full SHA for 00d90a4
plugins/toolkit/jetbrains-core/build.gradle.kts
@@ -56,7 +56,7 @@ PatchPluginXmlTask.register(project)
56
val patchPluginXml = tasks.named<PatchPluginXmlTask>("patchPluginXml")
57
patchPluginXml.configure {
58
val buildSuffix = if (!project.isCi()) "+${buildMetadata()}" else ""
59
- pluginVersion.set("$toolkitVersion-${ideProfile.shortName}$buildSuffix")
+ pluginVersion.set("$toolkitVersion.${ideProfile.shortName}$buildSuffix")
60
}
61
62
tasks.jar {
0 commit comments