Skip to content

Commit 561d912

Browse files
authored
fix(toolkit): fix plugin descriptor not formed correctly (#5985)
1 parent a2fb39a commit 561d912

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

buildSrc/src/main/kotlin/temp-toolkit-intellij-root-conventions.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ dependencies {
7575
// create(type, version, useInstaller = false)
7676
// }
7777

78+
implementation(project(":plugin-toolkit:jetbrains-core"))
7879
implementation(project(":plugin-toolkit:jetbrains-ultimate"))
7980
project.findProject(":plugin-toolkit:jetbrains-gateway")?.let {
8081
// does this need to be the instrumented variant?

plugins/toolkit/intellij-standalone/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ intellijPlatform {
2121
dependencies {
2222
intellijPlatform {
2323
localPlugin(project(":plugin-core"))
24-
pluginModule(project(":plugin-toolkit:jetbrains-core"))
25-
26-
plugin("PythonCore:243.18137.10")
2724
}
2825
}
2926

0 commit comments

Comments
 (0)