making IDEA happier?
This commit is contained in:
parent
167f2dbba0
commit
a55a3cc2d8
|
@ -15,5 +15,6 @@
|
|||
<orderEntry type="module" module-name="io" exported="" />
|
||||
<orderEntry type="module" module-name="models" exported="" />
|
||||
<orderEntry type="module" module-name="inifile" exported="" />
|
||||
<orderEntry type="module" module-name="logging" exported="" />
|
||||
</component>
|
||||
</module>
|
|
@ -9,6 +9,7 @@
|
|||
</target>
|
||||
|
||||
<target name="antlr">
|
||||
<echo message="Invoking grammar generator..."/>
|
||||
<java jar="lib/antlr-4.5-complete.jar" args="-o src/main/java/com/rusefi/generated RusefiConfigGrammar.g4" fork="true" failonerror="true" />
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue