Fix build

This commit is contained in:
Reinhard Pointner 2019-06-07 00:39:17 +07:00
parent 12eac7af8e
commit f6d9acd98e
1 changed files with 3 additions and 0 deletions

View File

@ -186,6 +186,9 @@
<classpath refid="jar.classpath" />
<modulepath path="${jfx.path}" />
<compilerarg line="--add-modules ALL-MODULE-PATH" />
<!-- exclude bash completion builder -->
<exclude name="**/bash/**" />
</javac>
<!-- copy resources -->