This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 162a5b1 Set 'release' parameter for main compile target
162a5b1 is described below
commit 162a5b1935688bb796b09b62dffb7ebc8de130e7
Author: Richard Hernandez <[email protected]>
AuthorDate: Wed Mar 11 12:22:45 2020 -0700
Set 'release' parameter for main compile target
---
build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index ec5464b..8bd2ac7 100644
--- a/build.xml
+++ b/build.xml
@@ -713,6 +713,7 @@
deprecation="${compile.deprecation}"
source="${compile.source}"
target="${compile.target}"
+ release="${compile.release}"
encoding="ISO-8859-1"
includeAntRuntime="true" >
<!-- Uncomment this to show unchecked warnings:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]