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:54 UTC

[lucene] branch main updated: Follow-up to help/validateLogCalls.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 a5996db  Follow-up to help/validateLogCalls.txt removal.
a5996db is described below

commit a5996dbecd4a6b4147d961260711a2cb6aeab3d3
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Fri Mar 19 15:14:42 2021 +0100

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

diff --git a/gradle/help.gradle b/gradle/help.gradle
index d2c7447..eab6a42 100644
--- a/gradle/help.gradle
+++ b/gradle/help.gradle
@@ -27,7 +27,6 @@ configure(rootProject) {
       ["ForbiddenApis", "help/forbiddenApis.txt", "How to add/apply rules for forbidden APIs."],
       ["LocalSettings", "help/localSettings.txt", "Local settings, overrides and build performance tweaks."],
       ["Git", "help/git.txt", "Git assistance and guides."],
-      ["ValidateLogCalls", "help/validateLogCalls.txt", "How to use logging calls efficiently."],
       ["IDEs", "help/IDEs.txt", "IDE support."]
   ]