1*00a90ea2SJim Jagielski--- misc/build/commons-lang3-3.3-src/default.properties 2*00a90ea2SJim Jagielski+++ misc/build/commons-lang3-3.3-src/default.properties 3*00a90ea2SJim Jagielski@@ -73,12 +73,12 @@ 4*00a90ea2SJim Jagielski # In particular, if you use JDK 1.4+ the generated classes will not be usable 5*00a90ea2SJim Jagielski # for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1 6*00a90ea2SJim Jagielski # (which is the default value for JDK 1.1 to 1.3). 7*00a90ea2SJim Jagielski-compile.target = 1.6 8*00a90ea2SJim Jagielski+compile.target = 1.8 9*00a90ea2SJim Jagielski 10*00a90ea2SJim Jagielski # Specifies the source version for the Java compiler. 11*00a90ea2SJim Jagielski # Corresponds to the source attribute for the ant javac task. 12*00a90ea2SJim Jagielski # Valid values are 1.3, 1.4, 1.5. 13*00a90ea2SJim Jagielski-compile.source = 1.6 14*00a90ea2SJim Jagielski+compile.source = 1.8 15*00a90ea2SJim Jagielski 16*00a90ea2SJim Jagielski # Specifies the source encoding. 17*00a90ea2SJim Jagielski compile.encoding = ISO-8859-1 18