From 87e84b47a45394df344b60c11f98e44aad548666 Mon Sep 17 00:00:00 2001 From: Alexander Zolotov Date: Mon, 11 Sep 2017 16:01:16 +0300 Subject: [PATCH] Build scripts: do not build plugins only for RubyMine and only for Pycharm --- .../org/jetbrains/intellij/build/BaseIdeaProperties.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/build/groovy/org/jetbrains/intellij/build/BaseIdeaProperties.groovy b/build/groovy/org/jetbrains/intellij/build/BaseIdeaProperties.groovy index 9f099220947c..35ccd667edb1 100644 --- a/build/groovy/org/jetbrains/intellij/build/BaseIdeaProperties.groovy +++ b/build/groovy/org/jetbrains/intellij/build/BaseIdeaProperties.groovy @@ -103,7 +103,6 @@ abstract class BaseIdeaProperties extends ProductProperties { additionalModulesToCompile = ["jps-standalone-builder"] modulesToCompileTests = ["jps-builders"] productLayout.buildAllCompatiblePlugins = true - productLayout.compatiblePluginsToIgnore = ['AWS'] productLayout.prepareCustomPluginRepositoryForPublishedPlugins = SystemProperties.getBooleanProperty('intellij.build.prepare.plugin.repository', false) }