There was an error while loading. Please reload this page.
1 parent beff5ff commit 3f8d9ceCopy full SHA for 3f8d9ce
1 file changed
tika-parent/pom.xml
@@ -307,6 +307,8 @@
307
<puppycrawl.version>10.26.1</puppycrawl.version>
308
<rat.version>0.17</rat.version>
309
<spotless.goal>apply</spotless.goal>
310
+ <!-- needs to be 2.x for Java 11 -->
311
+ <spotless.version>2.45.0</spotless.version>
312
313
<!-- dependency versions -->
314
<!-- change threetenbp exclusion version -->
@@ -1425,7 +1427,7 @@
1425
1427
<plugin>
1426
1428
<groupId>com.diffplug.spotless</groupId>
1429
<artifactId>spotless-maven-plugin</artifactId>
- <version>3.1.0</version>
1430
+ <version>${spotless.version}</version>
1431
<configuration>
1432
<java>
1433
<includes>
0 commit comments