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 2018/07/02 00:39:22 UTC

groovy git commit: Bump ant to 1.10.4

Repository: groovy
Updated Branches:
  refs/heads/master 7b6bbc150 -> 2bab31c8d


Bump ant to 1.10.4


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

Branch: refs/heads/master
Commit: 2bab31c8d5484264d08b0306e964a210e7cf903f
Parents: 7b6bbc1
Author: sunlan <su...@apache.org>
Authored: Mon Jul 2 08:37:55 2018 +0800
Committer: sunlan <su...@apache.org>
Committed: Mon Jul 2 08:39:15 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/2bab31c8/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 846eed0..a4a9b03 100644
--- a/build.gradle
+++ b/build.gradle
@@ -142,7 +142,7 @@ configurations {
 }
 
 ext {
-    antVersion = '1.10.3'
+    antVersion = '1.10.4'
     asmVersion = '6.2'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.1.Final'