mirror of https://github.com/apache/lucene.git
Verify lock state on precommit.
This commit is contained in:
parent
ae4a2e381d
commit
37fb4a5f49
|
@ -6,5 +6,7 @@ configure(rootProject) {
|
|||
task precommit() {
|
||||
group = 'Precommit'
|
||||
description = "All precommit checks"
|
||||
|
||||
dependsOn verifyLocks
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue