This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch JDK21
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/JDK21 by this push:
     new a9fd391bea9 skip spotless
a9fd391bea9 is described below

commit a9fd391bea9341e99989f2f93c88879d9787de9b
Author: HTHou <[email protected]>
AuthorDate: Tue Sep 19 22:12:37 2023 +0800

    skip spotless
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 054fa7b6359..fc76b9fbd37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1405,6 +1405,15 @@
                 
<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>
+        <profile>
+            <id>.java-21-and-above</id>
+            <activation>
+                <jdk>[21,)</jdk>
+            </activation>
+            <properties>
+                <spotless.skip>true</spotless.skip>
+            </properties>
+        </profile>
         <!-- Little helper profile that will disable running the cmake tests 
when the maven tests are being skipped -->
         <profile>
             <id>.skipTests</id>

Reply via email to