Don't assemble solr ref guide by default.

This commit is contained in:
Dawid Weiss 2020-01-09 13:48:06 +01:00
parent 2ba3ec7173
commit 09fb6f196f
1 changed files with 3 additions and 1 deletions

View File

@ -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