Bump source and target build attributes to 1.6 since it's the minimum version that's still supported by JDK 10.
Fixed usage of OutputFormat constructor. Added more specific class cast required by JDK 10.
Mircea Toma
added a comment - - edited Bump source and target build attributes to 1.6 since it's the minimum version that's still supported by JDK 10.
Fixed usage of OutputFormat constructor. Added more specific class cast required by JDK 10.
Ken Fyten
added a comment - We should go ahead and make the min spec Java format 1.8 for this release. JDK 1.8 is the oldest supported by Oracle at this point as well.
Q: "Was this just a typo or is there a reason why it has to be '10'?"
R: Yes, just a typo. I wanted to try a build that targets JDK 10 but I missed rolling back that change.
Mircea Toma
added a comment - - edited Q: "Was this just a typo or is there a reason why it has to be '10'?"
R: Yes, just a typo. I wanted to try a build that targets JDK 10 but I missed rolling back that change.
Bump source and target build attributes to 1.6 since it's the minimum version that's still supported by JDK 10.
Fixed usage of OutputFormat constructor. Added more specific class cast required by JDK 10.