This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 3f8d9ce42 downgrade spotless for Java 11
3f8d9ce42 is described below
commit 3f8d9ce42929a7988e2c35ef06bf6a813290f6a7
Author: tallison <[email protected]>
AuthorDate: Wed Dec 3 14:28:15 2025 -0500
downgrade spotless for Java 11
---
tika-parent/pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index a29b76421..c47008c8c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,6 +307,8 @@
<puppycrawl.version>10.26.1</puppycrawl.version>
<rat.version>0.17</rat.version>
<spotless.goal>apply</spotless.goal>
+ <!-- needs to be 2.x for Java 11 -->
+ <spotless.version>2.45.0</spotless.version>
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
@@ -1425,7 +1427,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
- <version>3.1.0</version>
+ <version>${spotless.version}</version>
<configuration>
<java>
<includes>