forked from phoedos/pmd
Prevent auxiliary grammars from generating lexers
- A misconfiguration of Antlr4 produced an auxiliary gramma (UnicodeClasses), that was imported into the main kotlin grammar, to produce it's own Lexer, which was never used. - We no longer produce that Lexer, properly moving imports to the standard directory for that. - We manually copy a generated version for API compatibility, flagging it as both Generated and Deprecated for removal in PMD 8
This commit is contained in:
parent
b050ce353e
commit
0d606a7122
@ -26,9 +26,6 @@
|
||||
<plugin>
|
||||
<groupId>org.antlr</groupId>
|
||||
<artifactId>antlr4-maven-plugin</artifactId>
|
||||
<configuration combine.self="override">
|
||||
<libDirectory>src/main/antlr4/net/sourceforge/pmd/lang/kotlin/ast</libDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user