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 2022/03/24 21:29:54 UTC

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

Author: rhillegas
Date: Thu Mar 24 21:29:53 2022
New Revision: 1899181

URL: http://svn.apache.org/viewvc?rev=1899181&view=rev
Log:
DERBY-7137: Make 10.16 compile into Java 17 byte code; commit derby-7137-01-aa-compileToJava17byteCode.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=1899181&r1=1899180&r2=1899181&view=diff
==============================================================================
--- db/derby/code/trunk/tools/ant/properties/defaultcompiler.properties (original)
+++ db/derby/code/trunk/tools/ant/properties/defaultcompiler.properties Thu Mar 24 21:29:53 2022
@@ -17,4 +17,4 @@ build.compiler=modern
 fail_on_error=false
 
 # minimum Java version supported by Derby
-min.version=9
+min.version=17