0

gradle: не загружать исходники

This commit is contained in:
2016-01-02 18:12:36 +03:00
parent 3fe4a4f527
commit 18a1177681

View File

@@ -18,6 +18,9 @@ dependencies {
['com.google.code.gson:gson:2.4'])
}
idea.module.downloadSources = false
eclipse.classpath.downloadSources = false
war {
webAppDirName = 'webapp'
}