john1337 commented on issue #16030:
URL: https://github.com/apache/dubbo/issues/16030#issuecomment-3775835864
我看了dubbo 3.3.7的pom文件,发现 jdk25需要的Palantir 的版本是不一样的,3.3.6用的Palantir 版本为2.39.0
<profile>
<id>jdk25-spotless</id>
<activation>
<jdk>[25,)</jdk>
</activation>
<properties>
<!-- Palantir Java Format 2.71.0+ supports JDK 25 -->
<palantirJavaFormat.version>2.71.0</palantirJavaFormat.version>
</properties>
</profile>
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]