LUCENE-9947: Exclude luke javadocs from the documentation site. (#120)

This commit is contained in:
Tomoko Uchida 2021-05-01 18:10:56 +09:00 committed by GitHub
parent 44a8d7ce39
commit 7acd3dd54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -255,6 +255,10 @@ configure(subprojects) {
}
}
configure(project(':lucene:luke')) {
project.tasks.matching { it.name == 'renderSiteJavadoc' }.configureEach { it.enabled = false }
}
class RenderJavadocTask extends DefaultTask {
@InputFiles
@SkipWhenEmpty

View File

@ -48,3 +48,7 @@ on some of the conceptual or inner details of Lucene:
## API Javadocs
${projectList}
## Tools
* Luke - Lucene Toolbox GUI tool: A Swing app for browsing documents, indexed terms and posting lists, searching an index, and so on. Type "/path/to/lucene-x.x.x/luke/luke.{sh|bat}" to launch Luke.