Skip to content

Commit

Permalink
Small fix for Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Dec 9, 2024
1 parent 6a8b837 commit fed5196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/core/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spotbugs.home_dir - Location of the spotbugs tool. If not set, spotbugs is
<attribute name="package" default="zserio.antlr"/>
<sequential>
<echo message="Generating ANTLR 4 grammar: @{target}"/>
<java classname="org.antlr.v4.Tool" failonerror="true">
<java classname="org.antlr.v4.Tool" failonerror="true" fork="true">
<classpath>
<pathelement location="${3rdparty.jar_dir}/${3rdparty.antlr4.jar_file_name}"/>
</classpath>
Expand Down

0 comments on commit fed5196

Please sign in to comment.