You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2017/11/15 13:38:05 UTC

svn commit: r1815316 - /db/derby/code/trunk/tools/ant/properties/defaultcompiler.properties

Author: rhillegas
Date: Wed Nov 15 13:38:05 2017
New Revision: 1815316

URL: http://svn.apache.org/viewvc?rev=1815316&view=rev
Log:
DERBY-6974: Change byte code level generated by Derby build from Java 8 to Java 9; commit derby-6974-02-ab-minVersion9.diff.

Modified:
    db/derby/code/trunk/tools/ant/properties/defaultcompiler.properties

Modified: db/derby/code/trunk/tools/ant/properties/defaultcompiler.properties
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/ant/properties/defaultcompiler.properties?rev=1815316&r1=1815315&r2=1815316&view=diff
==============================================================================
--- db/derby/code/trunk/tools/ant/properties/defaultcompiler.properties (original)
+++ db/derby/code/trunk/tools/ant/properties/defaultcompiler.properties Wed Nov 15 13:38:05 2017
@@ -17,4 +17,4 @@ build.compiler=modern
 fail_on_error=false
 
 # minimum Java version supported by Derby
-min.version=1.8
+min.version=9