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/03/19 14:38:52 UTC

groovy git commit: Downgrade asm version to 5.0.3 due to GROOVY-8508 and GROOVY-8494

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 45550272f -> 82c0cf629


Downgrade asm version to 5.0.3 due to GROOVY-8508 and GROOVY-8494


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 82c0cf629ed9a3494ea32a47b0d80fb96bc2b579
Parents: 4555027
Author: danielsun1106 <re...@hotmail.com>
Authored: Mon Mar 19 22:35:07 2018 +0800
Committer: danielsun1106 <re...@hotmail.com>
Committed: Mon Mar 19 22:38:19 2018 +0800

----------------------------------------------------------------------
 build.gradle | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/82c0cf62/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 3b997ff..0341615 100644
--- a/build.gradle
+++ b/build.gradle
@@ -148,7 +148,7 @@ configurations {
 
 ext {
     antVersion = '1.9.4'
-    asmVersion = '6.0'
+    asmVersion = '5.0.3'
     antlrVersion = '2.7.7'
     coberturaVersion = '1.9.4.1'
     commonsCliVersion = '1.2'
@@ -213,7 +213,7 @@ dependencies {
         exclude(module: 'asm')
         exclude(module: 'ant')
     }
-    tools "org.ow2.asm:asm:$asmVersion"
+    tools "org.ow2.asm:asm-all:$asmVersion"
     tools "com.thoughtworks.qdox:qdox:$qdoxVersion"
 
     examplesCompile project(':groovy-test')
@@ -491,4 +491,3 @@ apply from: 'gradle/signing.gradle'
 //
 //licenseFormat.dependsOn licenseFormatCustom
 //licenseFormat.dependsOn licenseFormatGradle
-