This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From Issue @regisd @ https://github.com/jflex-de/jflex/issues/400 | |
| """ | |
| I think this means that | |
| You are using JDK9 or later | |
| Your project uses maven-compiler-plugin with an old version which defaults to Java 5. | |
| You have three options to solve this | |
| Downgrade to JDK7 or JDK8 (meh) |
NewerOlder