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 2021/03/19 14:14:01 UTC

[lucene] branch main updated: Follow-up to help/ant.txt removal.

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

dweiss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new c0852d1  Follow-up to help/ant.txt removal.
c0852d1 is described below

commit c0852d1e9c155b9441a1f865b550c0efafd1c2bf
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Fri Mar 19 15:13:55 2021 +0100

    Follow-up to help/ant.txt removal.
---
 gradle/help.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gradle/help.gradle b/gradle/help.gradle
index a3e9459..d2c7447 100644
--- a/gradle/help.gradle
+++ b/gradle/help.gradle
@@ -20,7 +20,6 @@
 configure(rootProject) {
   def helpFiles = [
       ["Workflow", "help/workflow.txt", "Typical workflow commands."],
-      ["Ant", "help/ant.txt", "Ant-gradle migration help."],
       ["Tests", "help/tests.txt", "Tests, filtering, beasting, etc."],
       ["Formatting", "help/formatting.txt", "Code formatting conventions."],
       ["Jvms", "help/jvms.txt", "Using alternative or EA JVM toolchains."],