rusEFI console does not start under java 11 fix #1473
moving on for now, good enough progress
This commit is contained in:
parent
f9b5b9f255
commit
369e197236
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue