You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2019/11/02 12:56:35 UTC

[ant-ivy] 01/06: Minimum Java version is now 1.8

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

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git

commit bf82dbedbeb2a8fda27f23c95cd9f312ac597ed5
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Sat Nov 2 18:07:14 2019 +0530

    Minimum Java version is now 1.8
---
 build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.properties b/build.properties
index 69b7fba..72d4600 100644
--- a/build.properties
+++ b/build.properties
@@ -44,7 +44,7 @@ checkstyle.report.dir=${reports.dir}/checkstyle
 checkstyle.src.dir=${basedir}/src/etc/checkstyle
 rat.report.dir=${reports.dir}/rat
 
-ivy.minimum.javaversion=1.7
+ivy.minimum.javaversion=1.8
 debug.mode=on
 ivy.install.version=1.4.1
 ivy.api.reference=2.4.0