mirror of https://github.com/apache/ant-ivy
Minimum Java version is now 1.8
This commit is contained in:
parent
a9c0602304
commit
bf82dbedbe
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue