This is an automated email from the ASF dual-hosted git repository.
HoustonPutman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 113cca7ff0a Local antora build should not include the solr operator
docs
113cca7ff0a is described below
commit 113cca7ff0a12f45fea1d313ed077118fe78b5b8
Author: Houston Putman <[email protected]>
AuthorDate: Thu Jun 11 11:29:00 2026 -0700
Local antora build should not include the solr operator docs
---
solr/solr-ref-guide/build.gradle | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/solr/solr-ref-guide/build.gradle b/solr/solr-ref-guide/build.gradle
index 836a3addf14..66f4437249b 100644
--- a/solr/solr-ref-guide/build.gradle
+++ b/solr/solr-ref-guide/build.gradle
@@ -167,10 +167,7 @@ task buildLocalAntoraPlaybookYaml(type: Copy) {
// The Solr Operator is only aggregated into the official multi-version
// site. Local builds render just the ref guide; operator contributors
// preview their component from the apache/solr-operator repo (make
docs).
- 'additional_sources': """
- - url: "https://github.com/apache/solr-operator.git"
- branches: \"release-*\"
- start_path: docs""",
+ 'additional_sources': "",
]
expand(escapeYamlSingleQuotesString(props))