mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix problem with antlr always re-building
This commit is contained in:
+2
-1
@@ -48,7 +48,8 @@
|
||||
</delete>
|
||||
</target>
|
||||
|
||||
<target name="preproc" depends="clean" description="Compile ANTLR grammar">
|
||||
<!--<target name="preproc" depends="clean" description="Compile ANTLR grammar">-->
|
||||
<target name="preproc" description="Compile ANTLR grammar">
|
||||
<antlr target="${grammars}/java15.g" outputdirectory="${generated}">
|
||||
<classpath path="${antlrjar}" />
|
||||
</antlr>
|
||||
|
||||
Reference in New Issue
Block a user