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 ba492d1db Update minimum Java to 11 to align with 10.1.x
ba492d1db is described below

commit ba492d1dbf24e55c8aad11f419629ede0078f14b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 29 17:54:23 2022 +0100

    Update minimum Java to 11 to align with 10.1.x
    
    Native binaries will still work with Tomcat 8.5.x onwards
---
 build.properties.default | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 56aae9df6..62427b0bc 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -30,8 +30,8 @@ base.path=/usr/share/java
 #base.path=C:/path/to/the/repository
 #base.path=/usr/local
 
-compile.source=1.8
-compile.target=1.8
+compile.source=11
+compile.target=11
 compile.debug=off
 compile.deprecation=on
 compile.optimize=on


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

Reply via email to