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 5326f66  try
5326f66 is described below

commit 5326f6649db2a4ae87f57e880f428dbfbacb9671
Author: HTHou <[email protected]>
AuthorDate: Tue May 11 14:48:20 2021 +0800

    try
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1363769..565cd1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,11 +160,11 @@
             --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=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
-            --add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
-            --add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
-            --add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
-            --add-opens=jdk.compiler/com.sun.tools.javac.tree=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-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
+            --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
         </argLine>
     </properties>
     <!--

Reply via email to