Skip to content

Commit

Permalink
Revert "chore(build): add Xcheck:jni flag (#4343)"
Browse files Browse the repository at this point in the history
This reverts commit 4ace405.
  • Loading branch information
bluestreak01 committed Apr 20, 2024
1 parent 4ace405 commit a54bc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<outputPath>target</outputPath>
<runtime.assembly>none</runtime.assembly>
<javac.target>11</javac.target>
<argLine>-ea -Dfile.encoding=UTF-8 -Xcheck:jni</argLine>
<argLine>-ea -Dfile.encoding=UTF-8</argLine>
<test.exclude>None</test.exclude>
<test.include>%regex[.*[^o].class]</test.include><!-- exclude module-info.class-->
<web.console.version>0.3.3</web.console.version>
Expand Down

0 comments on commit a54bc79

Please sign in to comment.