Add cleanup phase for antlr CPD languages
This removes the parser and other things we don't need in the API Currently only pmd-dart has been adapted
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<ant antfile="${antlr4.ant.wrapper}">
|
||||
<ant antfile="${antlr4.ant.wrapper}" target="pmd-language">
|
||||
<property name="lang-name" value="Swift" />
|
||||
<property name="lang-terse-name" value="swift" />
|
||||
<property name="root-node-name" value="TopLevel" />
|
||||
|
Reference in New Issue
Block a user