mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
DS-1391 build should require ant version 1.8.0 or greater
This commit is contained in:
@@ -35,6 +35,15 @@ Common usage:
|
||||
========================================================================
|
||||
</description>
|
||||
|
||||
<!-- DS-1391: Ant 1.8.0+ is required, fail if not available. -->
|
||||
<fail message="Ant 1.8.0+ is required, ${ant.version} is not supported">
|
||||
<condition>
|
||||
<not>
|
||||
<antversion atleast="1.8.0"/>
|
||||
</not>
|
||||
</condition>
|
||||
</fail>
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- Will be using various environment variables -->
|
||||
<!-- ============================================================= -->
|
||||
|
Reference in New Issue
Block a user