LUCENE-9316: Incorporate all :precommit tasks into :check

This commit is contained in:
Dawid Weiss 2020-04-12 13:32:54 +02:00
parent 9244558752
commit 7279190c89
1 changed files with 4 additions and 0 deletions

View File

@ -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
}