Skip to content

Commit a049102

Browse files
committed
Revert Spotless Maven Plugin upgrade
Remove Spotless 3.0.0 upgrade and palantirJavaFormat configuration to keep the PR focused on compile-phase caching functionality.
1 parent 95705f4 commit a049102

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ under the License.
6464
<minimalMavenBuildVersion>3.9.0</minimalMavenBuildVersion>
6565
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
6666
<classWorldsVersion>2.6.0</classWorldsVersion>
67-
<version.spotless-maven-plugin>3.0.0</version.spotless-maven-plugin>
6867

6968
<!-- default maven version, will be overridden by maven3 profile -->
7069
<mavenVersion>4.0.0-alpha-8</mavenVersion>
@@ -428,17 +427,6 @@ under the License.
428427
</execution>
429428
</executions>
430429
</plugin>
431-
<plugin>
432-
<groupId>com.diffplug.spotless</groupId>
433-
<artifactId>spotless-maven-plugin</artifactId>
434-
<configuration>
435-
<java>
436-
<palantirJavaFormat>
437-
<version>2.81.0</version>
438-
</palantirJavaFormat>
439-
</java>
440-
</configuration>
441-
</plugin>
442430
</plugins>
443431
</build>
444432

0 commit comments

Comments
 (0)