Skip to content

Commit 1bce63e

Browse files
committed
Fix testing parameter
1 parent 1a5f5cd commit 1bce63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-does-usb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<artifactId>maven-surefire-plugin</artifactId>
150150
<version>3.2.5</version>
151151
<configuration>
152-
<argLine>--enable-native-access=net.codecrete.usb</argLine>
152+
<argLine>--enable-native-access=ALL-UNNAMED</argLine>
153153
</configuration>
154154
</plugin>
155155
<plugin>

0 commit comments

Comments
 (0)