mirror of https://github.com/apache/lucene.git
Hook up license checks to precommit.
This commit is contained in:
parent
797f571fc3
commit
ae4a2e381d
|
@ -53,6 +53,7 @@ allprojects {
|
|||
description = "Apply all dependency/ license checks."
|
||||
}
|
||||
check.dependsOn(licenses)
|
||||
precommit.dependsOn(licenses)
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
|
Loading…
Reference in New Issue