mirror of https://github.com/apache/lucene.git
Remove the explicit dependency to "check", as fobiddenapis installs it automatically (especially for all source sets; if we want this explicit dependency, it should depend on 'forbiddenApis' not each task). In addition precommit, also adds it.
This commit is contained in:
parent
99df3814ab
commit
469d742384
|
@ -89,9 +89,6 @@ allprojects { prj ->
|
|||
]
|
||||
}
|
||||
|
||||
// Attach validation to check task.
|
||||
check.dependsOn forbiddenApisMain, forbiddenApisTest
|
||||
|
||||
// Disable sysout signatures for these projects.
|
||||
if (prj.path in [
|
||||
":lucene:demo",
|
||||
|
|
Loading…
Reference in New Issue