[project] bumps Java and JUnit RT bytecode to 1.2

This commit is contained in:
Roman Shevchenko
2016-12-28 11:23:28 +01:00
parent 30eb3ad623
commit 1311bd929d
+2 -2
View File
@@ -30,8 +30,8 @@
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="java-runtime" target="1.1" />
<module name="junit_rt" target="1.1" />
<module name="java-runtime" target="1.2" />
<module name="junit_rt" target="1.2" />
</bytecodeTargetLevel>
</component>
<component name="EclipseCompilerSettings">