Skip to content

Commit 3f8d9ce

Browse files
committed
downgrade spotless for Java 11
1 parent beff5ff commit 3f8d9ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tika-parent/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@
307307
<puppycrawl.version>10.26.1</puppycrawl.version>
308308
<rat.version>0.17</rat.version>
309309
<spotless.goal>apply</spotless.goal>
310+
<!-- needs to be 2.x for Java 11 -->
311+
<spotless.version>2.45.0</spotless.version>
310312

311313
<!-- dependency versions -->
312314
<!-- change threetenbp exclusion version -->
@@ -1425,7 +1427,7 @@
14251427
<plugin>
14261428
<groupId>com.diffplug.spotless</groupId>
14271429
<artifactId>spotless-maven-plugin</artifactId>
1428-
<version>3.1.0</version>
1430+
<version>${spotless.version}</version>
14291431
<configuration>
14301432
<java>
14311433
<includes>

0 commit comments

Comments
 (0)