mirror of https://github.com/apache/lucene.git
LUCENE-9947: Exclude luke javadocs from the documentation site. (#120)
This commit is contained in:
parent
44a8d7ce39
commit
7acd3dd54a
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue