reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

PatternSyntaxException #57

Closed matthewp closed 9 years ago

matthewp commented 9 years ago

When running lein do clean, figwheel I get this error:

Caused by: java.util.regex.PatternSyntaxException: Unknown inline modifier near index 2 (?U)^[\p{Alpha}_$]

Using:

Leiningen 2.5.1 on Java 1.6.0_65 Java HotSpot(TM) 64-Bit Server VM

Does this require a certain version of Java maybe?

matthewp commented 9 years ago

Upgrading to Java 1.7 fixed it, should this requirement be in the readme?

yogthos commented 9 years ago

yeah that's a good idea, just added min JDK version