mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 05:21:29 +07:00
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:
committed by
intellij-monorepo-bot
parent
ef7a6fe109
commit
7542f0d758
18
.idea/libraries/rhizomedb_compiler_plugin.xml
generated
Normal file
18
.idea/libraries/rhizomedb_compiler_plugin.xml
generated
Normal 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>
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user