mirror of https://github.com/apache/lucene.git
LUCENE-9201: add overview.html from correct location to the javadocs in gradle build
This commit is contained in:
parent
860115e450
commit
a77bb1e6f5
|
@ -47,7 +47,7 @@ allprojects {
|
|||
opts.addBooleanOption('Xdoclint:all,-missing,-accessibility', true)
|
||||
|
||||
def libName = project.path.startsWith(":lucene") ? "Lucene" : "Solr"
|
||||
opts.overview = file("src/main/java/overview.html").toString()
|
||||
opts.overview = file("src/java/overview.html").toString()
|
||||
opts.docTitle = "${libName} ${project.version} ${project.name} API"
|
||||
opts.windowTitle = "${libName} ${project.version} ${project.name} API"
|
||||
opts.bottom = "<i>Copyright © 2000-${buildYear} Apache Software Foundation. All Rights Reserved.</i>"
|
||||
|
|
Loading…
Reference in New Issue