Skip to content

Commit 7363686

Browse files
authored
Merge pull request #2421 from tarzanek/OpenGrok-2365
OpenGrok-2365 upgrade to latest jflex 1.7.0 , closes #2365
2 parents 22f642d + 97ac221 commit 7363686

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opengrok-indexer/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
318318
<plugin>
319319
<groupId>de.jflex</groupId>
320320
<artifactId>jflex-maven-plugin</artifactId>
321-
<version>1.6.1</version>
321+
<version>1.7.0</version>
322322
<executions>
323323
<execution>
324324
<goals>
@@ -328,7 +328,6 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
328328
<lexDefinitions>
329329
<lexDefinition>${basedir}/target/jflex-sources</lexDefinition>
330330
</lexDefinitions>
331-
<inputStreamCtor>false</inputStreamCtor>
332331
</configuration>
333332
</execution>
334333
</executions>

0 commit comments

Comments
 (0)