Skip to content

Commit

Permalink
fix(test): inherit jna.library.path from system properties for test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed May 21, 2024
1 parent 31147d3 commit 2b72439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED
-Djna.library.path=${jna.library.path} --add-opens=java.base/sun.nio.ch=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
Expand Down

0 comments on commit 2b72439

Please sign in to comment.