You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/04/01 17:05:36 UTC

[tomcat] branch master updated: Set 'release' parameter for main compile target

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 <ri...@amazon.com>
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org