You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/05/10 16:11:37 UTC

[iotdb] branch JDK16 updated: update

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

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


The following commit(s) were added to refs/heads/JDK16 by this push:
     new b020cb0  update
b020cb0 is described below

commit b020cb028e1c19bc940b21ed713eeed00fcc0759
Author: HTHou <hh...@outlook.com>
AuthorDate: Tue May 11 00:11:01 2021 +0800

    update
---
 pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0ccf69c..f6c44f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,17 +150,17 @@
         <sonar.junit.reportPaths>target/surefire-reports,target/failsafe-reports</sonar.junit.reportPaths>
         <!-- By default, the argLine is empty-->
         <gson.version>2.8.6</gson.version>
+        <!-- whether enable compiling the cpp client-->
+        <client-cpp>false</client-cpp>
+        <!-- disable enforcer by default-->
+        <enforcer.skip>true</enforcer.skip>
+        <spotless.version>2.4.2</spotless.version>
         <argLine>
             --illegal-access=permit
             --add-opens=java.base/java.lang=ALL-UNNAMED
             --add-opens=java.base/java.util=ALL-UNNAMED
             --add-opens=java.base/java.nio=ALL-UNNAMED
         </argLine>
-        <!-- whether enable compiling the cpp client-->
-        <client-cpp>false</client-cpp>
-        <!-- disable enforcer by default-->
-        <enforcer.skip>true</enforcer.skip>
-        <spotless.version>2.4.2</spotless.version>
     </properties>
     <!--
         if we claim dependencies in dependencyManagement, then we do not claim
@@ -629,6 +629,7 @@
                 <plugin>
                     <groupId>com.diffplug.spotless</groupId>
                     <artifactId>spotless-maven-plugin</artifactId>
+                    
                     <version>${spotless.version}</version>
                     <configuration>
                         <java>