rusEFI console does not start under java 11 #1473

This commit is contained in:
rusefi 2020-05-26 12:31:16 -04:00
parent eeef824894
commit fc97077405
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
<src path="logging/src"/>
<!-- not really used at the moment but let's compile for the sake of Eclipse users -->
<src path="tools/src"/>
<compilerarg line="--add-exports java.xml/com.sun.org.apache.xerces.internal.parsers=ALL-UNNAMED"/>
<compilerarg line="--add-exports java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"/>
</javac>
<junit fork="no"