Skip to content

Commit

Permalink
added embedded compiler for java 11 and and up
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy committed Oct 31, 2021
1 parent 885d463 commit 5eb9580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/generic/bee-hivol.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency target="check build"/>
<dependency variable="java sources"/>
<echo>Compiling...</echo>
<task name="compile task" code="com.sun.tools.javac.Main" path="compiler classes">
<task name="compile task" code="com.sun.tools.javac.Main" path="compiler classes" tool="Java compiler">
<parameter value="-classpath"/>
<parameter variable="class path"/>
<parameter value="-source"/>
Expand Down

0 comments on commit 5eb9580

Please sign in to comment.