You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2019/10/04 09:25:26 UTC

[lucene-solr] 05/07: Adding a note about asciidoctor deps.

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch jira/SOLR-13452_gradle_7_refguide
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 8c62c5e28c24b3e13542bb6b64a546efa1e2ee3c
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Fri Oct 4 10:00:06 2019 +0200

    Adding a note about asciidoctor deps.
---
 solr/solr-ref-guide/build.gradle | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/solr/solr-ref-guide/build.gradle b/solr/solr-ref-guide/build.gradle
index 8a165ee..d6f3e94 100644
--- a/solr/solr-ref-guide/build.gradle
+++ b/solr/solr-ref-guide/build.gradle
@@ -29,6 +29,11 @@
 // TODO 3: task names currently roughly correspond to ant tasks. Simpler aliases (such as 'html', 'pdf')
 // would be much clearer.
 
+// TODO 4: currently buildscript dependencies are hardcoded (asciidoctor) because they can't be resolved
+// using Palantir's plugin. This is another reason to switch to gradle-based tools -- then
+// only the build script dependencies would be needed and asciidoctorj would be removed from version
+// properties entirely (it is only used locally in this build file).
+
 import java.time.*
 import java.time.format.*
 import org.asciidoctor.*