rusEFI console does not start under java 11 fix #1473

moving on for now, good enough progress
This commit is contained in:
rusefi 2020-05-26 12:45:00 -04:00
parent f9b5b9f255
commit 369e197236
1 changed files with 2 additions and 0 deletions

View File

@ -26,8 +26,10 @@
<src path="logging/src"/>
<!-- not really used at the moment but let's compile for the sake of Eclipse users -->
<src path="tools/src"/>
<!-- uncomment if you want to compile under java 11
<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"