Skip to content

Commit

Permalink
Fix for issue #29.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bate-rai committed Dec 2, 2022
1 parent d9048a5 commit 93a03fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rai-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<configuration>
<argLine>--add-opens java.base/java.nio=ALL-UNNAMED</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 93a03fc

Please sign in to comment.