mirror of
https://github.com/google/nomulus.git
synced 2025-06-11 15:04:46 +02:00
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:
parent
ca97d66dd7
commit
f6d9b46622
3 changed files with 166 additions and 159 deletions
4
gradle/third_party/build.gradle
vendored
4
gradle/third_party/build.gradle
vendored
|
@ -1,3 +1,7 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue