mirror of https://github.com/apache/lucene.git
Don't assemble solr ref guide by default.
This commit is contained in:
parent
2ba3ec7173
commit
09fb6f196f
|
@ -328,4 +328,6 @@ task buildSite(type: JavaExec) {
|
|||
|
||||
// Hook up custom tasks with standard tasks.
|
||||
check.dependsOn bareBonesHtmlValidation
|
||||
assemble.dependsOn buildSite
|
||||
|
||||
// Do not hook site building to assemble, at least for now.
|
||||
// assemble.dependsOn buildSite
|
Loading…
Reference in New Issue