Skip to content

Remove the 1.7 source and target compatibility.

Eric Bruneton requested to merge remove-jdk7-target-compatibility into master

The Java compiler can not really enforce full 1.7 compatibility unless we specify a bootstrap classpath, but the JDK 7 is no longer supported. Since our retrofitter enforces a stricter 1.5 compatibility, we don't need this less strict check.

Merge request reports