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

commit 806e60cd4d3491950b5597785526b003e6f570a9
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Nov 15 20:51:59 2019 +0000

    Restore compile.release where it can be done without breaking the build
---
 build.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build.xml b/build.xml
index 014e848..3d1318e 100644
--- a/build.xml
+++ b/build.xml
@@ -93,6 +93,7 @@
   <!-- Servlet 4.0 spec requires Java 8+ -->
   <property name="compile.source" value="8"/>
   <property name="compile.target" value="8"/>
+  <property name="compile.release" value="8"/>
   <property name="min.java.version" value="8"/>
 
   <!-- Locations to create the JAR artifacts -->
@@ -640,6 +641,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:
@@ -1214,6 +1216,7 @@
              debug="${compile.debug}" deprecation="${compile.deprecation}"
              source="${compile.source}"
              target="${compile.target}"
+             release="${compile.release}"
              classpath="${tomcat.classes}"
              encoding="ISO-8859-1"
              includeantruntime="false">
@@ -1225,6 +1228,7 @@
              debug="${compile.debug}" deprecation="${compile.deprecation}"
              source="${compile.source}"
              target="${compile.target}"
+             release="${compile.release}"
              classpath="${tomcat.classes}"
              encoding="ISO-8859-1"
              includeantruntime="false">
@@ -1461,6 +1465,7 @@
            deprecation="${compile.deprecation}"
            source="${compile.source}"
            target="${compile.target}"
+           release="${compile.release}"
            encoding="ISO-8859-1"
            includeantruntime="true">
       <classpath refid="tomcat.test.classpath" />


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

Reply via email to