From fe8ed4784da0e14742b8910184afbb501d108e5c Mon Sep 17 00:00:00 2001 From: Weimin Yu Date: Fri, 8 Nov 2019 14:32:08 -0500 Subject: [PATCH] Delete obsolet gradle config in root project (#354) * Delete obsolet gradle config in root project --- build.gradle | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/build.gradle b/build.gradle index e083bbeff..00224f2a6 100644 --- a/build.gradle +++ b/build.gradle @@ -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