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 7376d00  try
7376d00 is described below

commit 7376d002132cf0b6c690794b890c39283100902b
Author: HTHou <[email protected]>
AuthorDate: Sun May 9 00:33:07 2021 +0800

    try
---
 server/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/server/pom.xml b/server/pom.xml
index 08944e2..6ddaf73 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -222,6 +222,9 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
+                    <argLine>
+                        --illegal-access=permit
+                    </argLine>
                     <skipTests>${iotdb.ut.skip}</skipTests>
                     <systemProperties>
                         <IOTDB_CONF>src/test/resources</IOTDB_CONF>
@@ -241,6 +244,9 @@
                     </execution>
                 </executions>
                 <configuration>
+                    <argLine>
+                        --illegal-access=permit
+                    </argLine>
                     <skipTests>${iotdb.test.skip}</skipTests>
                     <skipITs>${iotdb.it.skip}</skipITs>
                 </configuration>

Reply via email to