cowwoc commented on code in PR #394:
URL:
https://github.com/apache/maven-build-cache-extension/pull/394#discussion_r2484883601
##########
pom.xml:
##########
@@ -427,6 +428,17 @@ under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>com.diffplug.spotless</groupId>
+ <artifactId>spotless-maven-plugin</artifactId>
+ <configuration>
+ <java>
+ <palantirJavaFormat>
+ <version>2.81.0</version>
Review Comment:
@olamy I am using JDK 25 locally. I think at some point I ran across an
incompatibility that went away when I upgraded, but I can no longer reproduce
the problem. I'll revert the change now.
@Bukama Thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]