mirror of https://github.com/apache/lucene.git
Let precommit depend on generic forbiddenApis task
This commit is contained in:
parent
9e4c445d17
commit
7dc35e3a62
|
@ -35,8 +35,7 @@ configure(rootProject) {
|
|||
// This uses lazy collections as they may not yet be defined.
|
||||
dependsOn allprojects.collect { prj ->
|
||||
prj.tasks.matching { task -> task.name in [
|
||||
"forbiddenApisMain",
|
||||
"forbiddenApisTest",
|
||||
"forbiddenApis",
|
||||
"licenses",
|
||||
"javadoc",
|
||||
"rat",
|
||||
|
|
Loading…
Reference in New Issue