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

krisden pushed a commit to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_0 by this push:
     new 5c40ea1  Remove gradle help Lucene reference
5c40ea1 is described below

commit 5c40ea1fdb87e933d576b49e9f6df629fd63bb7c
Author: Kevin Risden <[email protected]>
AuthorDate: Tue Feb 22 15:43:54 2022 -0500

    Remove gradle help Lucene reference
---
 gradle/help.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/help.gradle b/gradle/help.gradle
index 3a354ed..bf45a3e 100644
--- a/gradle/help.gradle
+++ b/gradle/help.gradle
@@ -47,8 +47,8 @@ configure(rootProject) {
   help {
     doLast {
       println ""
-      println "This is an experimental Lucene/Solr gradle build. See some"
-      println "guidelines, ant-equivalent commands etc. under help/*; or type:"
+      println "This is the Solr gradle build. See some guidelines, "
+      println "ant-equivalent commands, etc. under help/*; or type:"
       println ""
       helpFiles.each { section, path, sectionInfo ->
         println String.format(Locale.ROOT,

Reply via email to