mirror of https://github.com/apache/lucene.git
LUCENE-9577: fix changed task name
This commit is contained in:
parent
2329423e5c
commit
f97208a790
|
@ -26,7 +26,7 @@ configure(rootProject) {
|
|||
}
|
||||
|
||||
configure(subprojects.findAll { it.path in [':lucene', ':solr'] }) {
|
||||
task checkBrokenLinks(type: CheckBrokenLinksTask, 'dependsOn': 'documentation')
|
||||
task checkBrokenLinks(type: CheckBrokenLinksTask, 'dependsOn': 'documentation:assemble')
|
||||
check.dependsOn checkBrokenLinks
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue