shevek / jcpp

The C Preprocessor as a Java library
http://www.anarres.org/projects/jcpp/
Apache License 2.0
106 stars 36 forks source link

Bump sourceCompatibility to 1.6 #40

Open AlanKrueger opened 3 years ago

AlanKrueger commented 3 years ago

Without this, building fails:

$ ./gradlew clean build

> Task :compileJava FAILED
error: Source option 5 is no longer supported. Use 6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.

FAILURE: Build failed with an exception.
[...]