File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 206
206
<groupId >org.javacc.plugin</groupId >
207
207
<artifactId >javacc-maven-plugin</artifactId >
208
208
<version >3.0.3</version >
209
-
210
209
<executions >
211
210
<execution >
212
211
<id >javacc</id >
213
212
<phase >generate-sources</phase >
214
213
<goals >
215
214
<goal >jjtree-javacc</goal >
216
215
</goals >
216
+ <configuration >
217
+ <grammarEncoding >UTF-8</grammarEncoding >
218
+ <isStatic >false</isStatic >
219
+ <jdkVersion >1.8</jdkVersion >
220
+ </configuration >
217
221
</execution >
218
222
</executions >
219
223
<dependencies >
220
224
<dependency >
221
225
<groupId >net.java.dev.javacc</groupId >
222
226
<artifactId >javacc</artifactId >
223
- <version >7.0.13</version >
227
+ <version >[ 7.0.13,) </version >
224
228
</dependency >
225
229
</dependencies >
226
230
</plugin >
You can’t perform that action at this time.
0 commit comments