diff --git a/openide/src/ru/openide/OpenIdePluginBundler.kt b/openide/src/ru/openide/OpenIdePluginBundler.kt index 541ab9c144ef..9fd09d8a7359 100644 --- a/openide/src/ru/openide/OpenIdePluginBundler.kt +++ b/openide/src/ru/openide/OpenIdePluginBundler.kt @@ -20,6 +20,7 @@ object OpenIdePluginBundler { private const val AMPLICODE_MARKETPLACE_URL = "https://amplicode.ru/jetbrains-marketplace" fun getBundlePluginPaths(context: BuildContext): List { + if (System.getProperty("without.bundle.plugins") != null) return emptyList() val communityHomeDir = context.paths.communityHomeDir return listOf( Path.of("${communityHomeDir}/$DOWNLOADABLE_PLUGINS_DIR/amplicode"),