Skip to content

Commit bcfce7f

Browse files
CopilotMte90
andcommitted
Fix plugin descriptor loading by using proper project naming
Co-authored-by: Mte90 <403283+Mte90@users.noreply.github.com>
1 parent 40e8415 commit bcfce7f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ide-plugins/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ tasks {
3636
}
3737
}
3838

39-
buildPlugin {
40-
archiveBaseName.set("intellij-plugin")
41-
}
42-
4339
patchPluginXml {
4440
sinceBuild.set("231")
4541
untilBuild.set("241.*")

ide-plugins/settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rootProject.name = "intellij-plugin"

0 commit comments

Comments
 (0)