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/10 09:58:28 UTC

[lucene] 13/49: LUCENE-9658: temporarily hook up spotlessCheck to precommit.

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

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

commit 5957be778f1947aa3f02353c1b845924c8881ef7
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Thu Jan 7 10:57:57 2021 +0100

    LUCENE-9658: temporarily hook up spotlessCheck to precommit.
---
 gradle/validation/precommit.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle/validation/precommit.gradle b/gradle/validation/precommit.gradle
index e4de4be..8c2fe6c 100644
--- a/gradle/validation/precommit.gradle
+++ b/gradle/validation/precommit.gradle
@@ -41,6 +41,7 @@ configure(rootProject) {
           "ecjLint",
           "validateLogCalls",
           "validateSourcePatterns",
+          "spotlessCheck"
       ]}
     }
   }