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 6bf287d try
6bf287d is described below
commit 6bf287df6d0a17e6783513661f76672136ba007f
Author: HTHou <[email protected]>
AuthorDate: Tue May 11 14:50:45 2021 +0800
try
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 565cd1d..3172f50 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-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
+ --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>
<!--