google / mug

A small Java 8 library (string manipulation, stream utils)
Apache License 2.0
367 stars 65 forks source link

Problem with Java 8 compilation #12

Closed bihu1 closed 5 years ago

bihu1 commented 5 years ago

ReadMe says : "A small Java 8 utilities library (javadoc), with 0 deps.", unfortunately compilation with Java 8 gives this error: "java.lang.UnsupportedClassVersionError: com/google/mu/util/stream/BiStream has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0" In Java 9 or later it works well. Can you get Java 8 support?

fluentfuture commented 5 years ago

PR merged.