mirror of https://github.com/apache/lucene.git
LUCENE-9316: Incorporate all :precommit tasks into :check
This commit is contained in:
parent
9244558752
commit
7279190c89
|
@ -44,5 +44,9 @@ configure(rootProject) {
|
||||||
]}
|
]}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Each validation task should be attached to check but make sure
|
||||||
|
// precommit() as a whole is a dependency on rootProject.check
|
||||||
|
check.dependsOn precommit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue