Skip to content

Commit 0dd1ad8

Browse files
Merge main into feature/remote-chat-lsp
2 parents dc5cd91 + 00d90a4 commit 0dd1ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/toolkit/jetbrains-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ PatchPluginXmlTask.register(project)
5656
val patchPluginXml = tasks.named<PatchPluginXmlTask>("patchPluginXml")
5757
patchPluginXml.configure {
5858
val buildSuffix = if (!project.isCi()) "+${buildMetadata()}" else ""
59-
pluginVersion.set("$toolkitVersion-${ideProfile.shortName}$buildSuffix")
59+
pluginVersion.set("$toolkitVersion.${ideProfile.shortName}$buildSuffix")
6060
}
6161

6262
tasks.jar {

0 commit comments

Comments
 (0)