This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_0 by this push:
new c47df48 SOLR-14920: Remove solr-ref-guide from spotless exclusion
c47df48 is described below
commit c47df4893b64cb696e5845823971f9338b2a7233
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 1439bb6..e2ef87e 100644
--- a/gradle/validation/spotless.gradle
+++ b/gradle/validation/spotless.gradle
@@ -48,7 +48,6 @@ configure(project(":solr").subprojects) { prj ->
case ":solr:modules:hdfs":
case ":solr:core":
case ":solr:solrj":
- case ":solr:solr-ref-guide":
case ":solr:test-framework":
targetExclude "src/**/*.java"
break