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/12/26 10:22:13 UTC

groovy git commit: Fix failing to find asm-all:6.0 dependency

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 671de8cbc -> d43c1d703


Fix failing to find asm-all:6.0 dependency


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

Branch: refs/heads/GROOVY_2_4_X
Commit: d43c1d70357eabb30a507174660379647dc8016d
Parents: 671de8c
Author: sunlan <su...@apache.org>
Authored: Tue Dec 26 18:22:07 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Tue Dec 26 18:22:07 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/d43c1d70/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 57847a9..3b997ff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -213,7 +213,7 @@ dependencies {
         exclude(module: 'asm')
         exclude(module: 'ant')
     }
-    tools "org.ow2.asm:asm-all:$asmVersion"
+    tools "org.ow2.asm:asm:$asmVersion"
     tools "com.thoughtworks.qdox:qdox:$qdoxVersion"
 
     examplesCompile project(':groovy-test')