You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/05/26 08:55:10 UTC

[groovy] branch master updated: Revert "GROOVY-9116: Bump ant to 1.10.6" (to avoid known JDK8 issues)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b7658a  Revert "GROOVY-9116: Bump ant to 1.10.6" (to avoid known JDK8 issues)
8b7658a is described below

commit 8b7658ab8db29d97f4c97952321d62f45f3fe2b3
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun May 26 18:54:20 2019 +1000

    Revert "GROOVY-9116: Bump ant to 1.10.6" (to avoid known JDK8 issues)
    
    This reverts commit 4d8dcfe8e4d59e8dd6990f7edc16411ed2159f2b.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index bd92208..0c10fc1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -141,7 +141,7 @@ configurations {
 }
 
 ext {
-    antVersion = '1.10.6'
+    antVersion = '1.10.5'
     asmVersion = '7.1'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.5.Final'