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 202e0d3 update
202e0d3 is described below
commit 202e0d373e46089b1df152669ff6deb92552c474
Author: HTHou <[email protected]>
AuthorDate: Tue May 11 00:14:53 2021 +0800
update
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f6c44f9..35d3ae9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -629,7 +629,6 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
-
<version>${spotless.version}</version>
<configuration>
<java>
@@ -642,6 +641,12 @@
</importOrder>
<removeUnusedImports/>
</java>
+ <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>
</configuration>
<executions>
<execution>