This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new b2271de [MPOM-429] Support develop with JDK 21 (palantirJavaFormat
update) (#135)
b2271de is described below
commit b2271de83d97ad35adaa4504d2065620576cd04e
Author: tison <[email protected]>
AuthorDate: Mon Oct 2 19:48:45 2023 +0800
[MPOM-429] Support develop with JDK 21 (palantirJavaFormat update) (#135)
See also
https://github.com/diffplug/spotless/issues/1819#issuecomment-1726986315
---------
Co-authored-by: Sylwester Lachiewicz <[email protected]>
---
pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f25e970..6ec0b93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1174,7 +1174,9 @@ under the License.
<java>
<!-- orders of used formatters are important MPOM-376 -->
<!-- eg. palantir override importOrder, so should be first -->
- <palantirJavaFormat />
+ <palantirJavaFormat>
+ <version>2.38.0</version>
+ </palantirJavaFormat>
<removeUnusedImports />
<importOrder>
<file>config/maven-eclipse-importorder.txt</file>