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 bb872f7 Undo ltr spotless change
bb872f7 is described below
commit bb872f74f715fa5f161833d91a7491e8b72c6c18
Author: Kevin Risden <[email protected]>
AuthorDate: Mon Feb 21 15:48:43 2022 -0500
Undo ltr spotless change
---
gradle/validation/spotless.gradle | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gradle/validation/spotless.gradle
b/gradle/validation/spotless.gradle
index 6599066..8ebbefb 100644
--- a/gradle/validation/spotless.gradle
+++ b/gradle/validation/spotless.gradle
@@ -50,6 +50,9 @@ configure(project(":solr").subprojects) { prj ->
case ":solr:test-framework":
targetExclude "src/**/*.java"
break
+ case ":solr:modules:ltr":
+ targetExclude "src/test/**/*.java"
+ break
case ":solr:modules:hdfs":
// Exclude Hadoop copied files to make upgrades easier
targetExclude "src/**/org/apache/hadoop/**"