Skip to content

Commit 2269f8c

Browse files
committed
Fix argLine
1 parent f37b0bf commit 2269f8c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,10 @@
694694
<artifactId>maven-surefire-plugin</artifactId>
695695
<configuration>
696696
<!-- 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>
697+
<argLine>
698+
@{argLine}
699+
--add-opens=java.base/java.nio=ALL-UNNAMED
700+
</argLine>
698701
<failIfNoTests>false</failIfNoTests>
699702
<includes>
700703
<!-- Tests classes should start with "Test", but we do also want to include tests incorrectly named, with "Test" at the end -->

0 commit comments

Comments
 (0)