Delete obsolet gradle config in root project (#354)

* Delete obsolet gradle config in root project
This commit is contained in:
Weimin Yu 2019-11-08 14:32:08 -05:00 committed by GitHub
parent c3d93ab173
commit fe8ed4784d

View file

@ -288,20 +288,6 @@ subprojects {
} }
} }
} }
if (['util', 'proxy', 'core', 'prober', 'db'].contains(project.name)) return
// TODO(weiminyu): investigate if the block below is still needed
ext.relativePath = "google/registry/${project.name}"
sourceSets.each {
it.java {
include "${project.relativePath}/"
}
it.resources {
include "${project.relativePath}/"
}
}
} }
// If "-P verboseTestOutput=true" is passed in, configure all subprojects to dump all of their // If "-P verboseTestOutput=true" is passed in, configure all subprojects to dump all of their