We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37b0bf commit 2269f8cCopy full SHA for 2269f8c
pom.xml
@@ -694,7 +694,10 @@
694
<artifactId>maven-surefire-plugin</artifactId>
695
<configuration>
696
<!-- Required for Apache arrow in the Snowflake (See https://arrow.apache.org/docs/java/install.html#java-compatibility) -->
697
- <argLine>--add-opens=java.base/java.nio=ALL-UNNAMED</argLine>
+ <argLine>
698
+ @{argLine}
699
+ --add-opens=java.base/java.nio=ALL-UNNAMED
700
+ </argLine>
701
<failIfNoTests>false</failIfNoTests>
702
<includes>
703
<!-- Tests classes should start with "Test", but we do also want to include tests incorrectly named, with "Test" at the end -->
0 commit comments