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 c9384a2 try
c9384a2 is described below
commit c9384a25176321673ded39fd81a84d4d23142c31
Author: HTHou <[email protected]>
AuthorDate: Sun May 9 00:19:11 2021 +0800
try
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8493c25..4e267e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -550,7 +550,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <argLine>${argLine} -Xmx1024m</argLine>
+ <argLine>${argLine} --illegal-access=permit
-Xmx1024m</argLine>
</configuration>
</plugin>
<!--
@@ -863,6 +863,11 @@
<!-- Separates the unit tests from the integration tests. -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>
+ --illegal-access=permit
+ </argLine>
+ </configuration>
<executions>
<execution>
<id>unit-tests</id>