From 42fd2ba95ebbcf06983a3346ff595218a53d6343 Mon Sep 17 00:00:00 2001 From: Zaxar163 Date: Fri, 8 Mar 2019 08:04:59 +0300 Subject: [PATCH] =?UTF-8?q?[FIX]=20=D0=A2=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20?= =?UTF-8?q?=D0=B2=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0=D1=85=20?= =?UTF-8?q?=D0=B1=D0=B5=D0=B7=20=D0=B8=D1=81=D1=85=D0=BE=D0=B4=D0=BD=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D0=BA=D0=BE=D0=B4=D0=B0=20=D0=BD=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=8F=D0=B2=D0=BB=D1=8F=D1=8E=D1=82=D1=81=D1=8F=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D1=8B=20gradle=20=D0=B8=20idea.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index feb4e53f..3d42a735 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,6 @@ -allprojects { - apply plugin: 'eclipse' +configure(subprojects.findAll {it.name != 'modules'}) { apply plugin: 'idea' -} - -subprojects { + apply plugin: 'eclipse' apply plugin: 'java' repositories { @@ -29,7 +26,7 @@ } wrapper { - distributionType = Wrapper.DistributionType.ALL + distributionType = Wrapper.DistributionType.ALL } defaultTasks 'build'