Skip to content

Commit

Permalink
removed javac task property modulepath
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddict committed Jan 24, 2025
1 parent 14fedd2 commit f651743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@
encoding="utf-8"
debug="yes"
includeAntRuntime="no"
modulepath="modules"
source="9">
<!-- excludesfile="${dir.lib}/src.excludes" -->
<!-- modulepath="modules" -->
<classpath refid="jar.classpath" />
<modulepath path="/usr/share/openjfx/lib" />
<!-- <classpath refid="jar.classpath" /> -->
Expand Down

0 comments on commit f651743

Please sign in to comment.