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/12/09 08:57:21 UTC

[lucene] branch main updated: LUCENE-10294: Avoid compiling javadocs twice in 'gradlew check'.

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 8367f70  LUCENE-10294: Avoid compiling javadocs twice in 'gradlew check'.
8367f70 is described below

commit 8367f700c76e518e59a744804e103f40fd3629be
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Thu Dec 9 09:56:11 2021 +0100

    LUCENE-10294: Avoid compiling javadocs twice in 'gradlew check'.
---
 gradle/validation/precommit.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gradle/validation/precommit.gradle b/gradle/validation/precommit.gradle
index eeda128..68f92b9 100644
--- a/gradle/validation/precommit.gradle
+++ b/gradle/validation/precommit.gradle
@@ -36,7 +36,6 @@ configure(rootProject) {
           task.name in [
           "forbiddenApis",
           "licenses",
-          "javadoc",
           "rat",
           "ecjLint",
           "validateSourcePatterns",