Skip to content

Commit 2c3b864

Browse files
committed
fix(build) remove enable-native-access
1 parent c055c57 commit 2c3b864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<version>3.5.2</version>
190190
<configuration>
191191
<forkCount>1</forkCount>
192-
<argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar} --enable-native-access=ALL-UNNAMED</argLine>
192+
<argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine>
193193
</configuration>
194194
</plugin>
195195
<plugin>

0 commit comments

Comments
 (0)