forked from jasder/antlr
Use project source encoding setting by default
This commit is contained in:
parent
e5bdcccfc7
commit
087dea5e39
|
@ -93,7 +93,7 @@ public class Antlr4Mojo extends AbstractMojo {
|
|||
/**
|
||||
* specify grammar file encoding; e.g., euc-jp
|
||||
*/
|
||||
@Parameter
|
||||
@Parameter(property = "project.build.sourceEncoding")
|
||||
protected String encoding;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue