summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-09-17 16:18:31 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-09-17 16:18:31 +1000
commit01103764ef576395dc6201d1d2b5a700a28bdd2a (patch)
tree278005d7e09acb9e178236144747406bfd38c729 /build.xml
parent7719a3cc908464d34d602a7a5a23e943059bb714 (diff)
parent224efebaf17e2bb91bd89348f63bb0905dc72288 (diff)
downloadscala-01103764ef576395dc6201d1d2b5a700a28bdd2a.tar.gz
scala-01103764ef576395dc6201d1d2b5a700a28bdd2a.tar.bz2
scala-01103764ef576395dc6201d1d2b5a700a28bdd2a.zip
Merge remote-tracking branch 'origin/2.11.x' into topic/completely-2.11
Diffstat (limited to 'build.xml')
-rw-r--r--[-rwxr-xr-x]build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 8fab841b29..7f8c91b47b 100755..100644
--- a/build.xml
+++ b/build.xml
@@ -506,6 +506,11 @@ TODO:
</condition>
<fail if="has.unsupported.jdk" message="JDK ${ant.java.version} is not supported by this build!"/>
+ <fail message="Ant 1.9+ required">
+ <condition>
+ <not><antversion atleast="1.9" /></not>
+ </condition>
+ </fail>
<!-- Allow this to be overridden simply -->
<property name="sbt.latest.version" value="0.12.4"/>