Skip to content

Commit 93a03fc

Browse files
Fix for issue #29.
1 parent d9048a5 commit 93a03fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rai-sdk/pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-surefire-plugin</artifactId>
112112
<version>2.22.0</version>
113+
<configuration>
114+
<argLine>--add-opens java.base/java.nio=ALL-UNNAMED</argLine>
115+
</configuration>
113116
</plugin>
114117
<plugin>
115118
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)