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/01/07 09:58:12 UTC

[lucene-solr] branch master updated: 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 master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ab9cb8  LUCENE-9658: temporarily hook up spotlessCheck to precommit.
0ab9cb8 is described below

commit 0ab9cb8079d412d37958603d97c93445c9886eff
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"
       ]}
     }
   }