From 18a117768173f4c3ffff7e970b4fa4a043a4aa67 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Sat, 2 Jan 2016 18:12:36 +0300 Subject: [PATCH] =?UTF-8?q?gradle:=20=D0=BD=D0=B5=20=D0=B7=D0=B0=D0=B3?= =?UTF-8?q?=D1=80=D1=83=D0=B6=D0=B0=D1=82=D1=8C=20=D0=B8=D1=81=D1=85=D0=BE?= =?UTF-8?q?=D0=B4=D0=BD=D0=B8=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 82f7f4a..7c4a0b0 100644 --- a/build.gradle +++ b/build.gradle @@ -18,6 +18,9 @@ dependencies { ['com.google.code.gson:gson:2.4']) } +idea.module.downloadSources = false +eclipse.classpath.downloadSources = false + war { webAppDirName = 'webapp' }