Skip to content

Commit e00a61f

Browse files
Fix for issue #29. (#30)
1 parent cae77b9 commit e00a61f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rai-sdk/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<artifactId>maven-surefire-plugin</artifactId>
112112
<version>2.22.0</version>
113113
<configuration>
114+
<argLine>--add-opens java.base/java.nio=ALL-UNNAMED</argLine>
114115
<trimStackTrace>false</trimStackTrace>
115116
</configuration>
116117
</plugin>

0 commit comments

Comments
 (0)