This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch disable_spotless_jdk21
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/disable_spotless_jdk21 by this
push:
new 2c1abb490ca Set spotless.skip=true when using jdk21
2c1abb490ca is described below
commit 2c1abb490ca6a3e70d3a2c70189fa030d6e82e08
Author: HTHou <[email protected]>
AuthorDate: Fri Nov 3 12:34:27 2023 +0800
Set spotless.skip=true when using jdk21
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dcc7e560b05..f98e1d596b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2581,7 +2581,7 @@
<argLine>--add-opens=java.base/java.util.concurrent=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
--add-opens=java.base/java.nio=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
--add-opens=java.base/java.net=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add [...]
</properties>
</profile>
- <!--Current version of spotless cannot support JDK21-->
+ <!-- Current version of spotless cannot support JDK21 -->
<profile>
<id>.java-21-and-above</id>
<activation>