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

krisden pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new d2520ee  SOLR-14920: Remove solr-ref-guide from spotless exclusion
d2520ee is described below

commit d2520ee92640d0678eee0a5d997fdeaf7443e733
Author: Kevin Risden <[email protected]>
AuthorDate: Mon Feb 21 16:04:07 2022 -0500

    SOLR-14920: Remove solr-ref-guide from spotless exclusion
---
 gradle/validation/spotless.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gradle/validation/spotless.gradle 
b/gradle/validation/spotless.gradle
index 8ebbefb..680c19a 100644
--- a/gradle/validation/spotless.gradle
+++ b/gradle/validation/spotless.gradle
@@ -46,7 +46,6 @@ configure(project(":solr").subprojects) { prj ->
         switch (project.path) {
           case ":solr:core":
           case ":solr:solrj":
-          case ":solr:solr-ref-guide":
           case ":solr:test-framework":
             targetExclude "src/**/*.java"
             break

Reply via email to