You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/08/16 00:15:39 UTC

groovy git commit: Bump ant version to 1.10.1

Repository: groovy
Updated Branches:
  refs/heads/master 881e33915 -> 47776bff6


Bump ant version to 1.10.1


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/47776bff
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/47776bff
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/47776bff

Branch: refs/heads/master
Commit: 47776bff6629cd959dc038da1ecfd56e258489a6
Parents: 881e339
Author: sunlan <su...@apache.org>
Authored: Wed Aug 16 08:15:34 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Wed Aug 16 08:15:34 2017 +0800

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/47776bff/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 4082af1..300566c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -155,7 +155,7 @@ configurations {
 }
 
 ext {
-    antVersion = '1.9.9'
+    antVersion = '1.10.1'
     asmVersion = '6.0_BETA'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.1.Final'