This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/main by this push:
     new 88bb6f8cc Align Java build version with Tomcat 12.0.x
88bb6f8cc is described below

commit 88bb6f8cc1861ec846c0af84e6b0c298eb4c345d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu May 29 17:48:39 2025 +0100

    Align Java build version with Tomcat 12.0.x
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index ce1f16c48..3e7a247c0 100644
--- a/build.xml
+++ b/build.xml
@@ -61,8 +61,8 @@
 
     <property name="tc.library.path"       value="${basedir}/native/.libs"/>
 
-    <property name="compile.release" value="11"/>
-    <property name="build.java.version" value="11"/>
+    <property name="compile.release" value="21"/>
+    <property name="build.java.version" value="21"/>
 
     <!-- Check Java Build Version -->
     <fail message="Java version ${build.java.version} or newer is required 
(${java.version} is installed)">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to