IJPL-215077 fix org.jetbrains.intellij.build.pycharm.PyCharmBuildTest#professionalBuild for remote dev by packaging grid plugin into separate jars (as it should be)

(cherry picked from commit 75e7b3affb69553dac59d8213585baacdf2757db)

IJ-CR-181641

GitOrigin-RevId: 05759af1a8067b34e3a1b14fa66fc1fd9534789b
This commit is contained in:
Vladimir Krivosheev
2025-11-01 09:51:41 +01:00
committed by intellij-monorepo-bot
parent 5059521d3f
commit a8c525b70b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<idea-plugin visibility="internal" package="com.intellij.grid.images.impl">
<idea-plugin visibility="internal">
<dependencies>
<plugin id="com.intellij.platform.images"/>
<module name="intellij.grid.core.impl"/>

View File

@@ -1,4 +1,4 @@
<idea-plugin package="com.intellij.grid.json.impl">
<idea-plugin>
<dependencies>
<module name="intellij.json.backend"/>
<module name="intellij.grid.impl"/>