IJPL-216767 plugin modules: set 'public' visibility for content modules used from Junie plugin

These modules are used in dependencies of modules from Junie plugin, so they need to be public to avoid errors when visibility checks are enabled.
We can consider using 'internal' visibility for them after settings 'jetbrains' namespace for content modules of Junie plugin.

GitOrigin-RevId: c0cc587c9d289c1e7aea79dcc87e54684d8bd236
This commit is contained in:
Nikolay Chashnikov
2026-01-30 11:11:12 +01:00
committed by intellij-monorepo-bot
parent d24ffe501d
commit 5cc59f26f8

View File

@@ -1,4 +1,4 @@
<idea-plugin visibility="internal">
<idea-plugin visibility="public">
<!-- region Generated dependencies - run `Generate Product Layouts` to regenerate -->
<dependencies>
<module name="intellij.libraries.jspecify"/>