Reorganize Gradle dependencies

Move configs and dependencies from root script to subprojects.
There is not too much commonality between subprojects. Besides,
the gradle lint plugin (not added to this project yet) does not
handle inherited dependencies properly.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=218698818
This commit is contained in:
weiminyu 2018-10-25 09:31:21 -07:00 committed by jianglai
parent ca97d66dd7
commit f6d9b46622
3 changed files with 166 additions and 159 deletions

View file

@ -1,3 +1,7 @@
plugins {
id 'java-library'
}
sourceSets {
main {
java {