intellij.platform.kernel: add rhizomedb-compiler-plugin dependency to force its loading from Maven

It's needed only to make sure `$MAVEN_REPOSITORY$/jetbrains/fleet/rhizomedb-compiler-plugin/xxx/rhizomedb-compiler-plugin-xxx.jar`
exists in the file system and ready to use before the module is compiled.

GitOrigin-RevId: eb75743173961465c994a1cd8413fe4d82eddf6c
This commit is contained in:
Daniil Ovchinnikov
2024-05-22 16:30:19 +02:00
committed by intellij-monorepo-bot
parent ef7a6fe109
commit 7542f0d758
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<component name="libraryTable">
<library name="rhizomedb-compiler-plugin" type="repository">
<properties include-transitive-deps="false" maven-id="jetbrains.fleet:rhizomedb-compiler-plugin:1.9.20-0.17">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/jetbrains/fleet/rhizomedb-compiler-plugin/1.9.20-0.17/rhizomedb-compiler-plugin-1.9.20-0.17.jar">
<sha256sum>6941e354c317334bd0f62054232a092c7bb9216590965a55af17af13adcd3b55</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/jetbrains/fleet/rhizomedb-compiler-plugin/1.9.20-0.17/rhizomedb-compiler-plugin-1.9.20-0.17.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/jetbrains/fleet/rhizomedb-compiler-plugin/1.9.20-0.17/rhizomedb-compiler-plugin-1.9.20-0.17-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -92,6 +92,7 @@
</SOURCES>
</library>
</orderEntry>
<orderEntry type="library" scope="PROVIDED" name="rhizomedb-compiler-plugin" level="project" />
<orderEntry type="module-library" exported="">
<library name="jetbrains.fleet.kernel" type="repository">
<properties maven-id="org.jetbrains.fleet:kernel:1.33.0-temporaryHack.6">