mirror of
https://github.com/google/nomulus.git
synced 2025-07-10 13:13:28 +02:00
Delete obsolet gradle config in root project (#354)
* Delete obsolet gradle config in root project
This commit is contained in:
parent
64e7a593ef
commit
e9f20b3401
1 changed files with 0 additions and 14 deletions
14
build.gradle
14
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue