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 2019/08/02 14:56:43 UTC

[groovy] branch GROOVY_2_5_X updated: GROOVY-9210: Missing TextfierSupport from asm-util

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

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


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new b708678  GROOVY-9210: Missing TextfierSupport from asm-util
b708678 is described below

commit b70867800e163cb42581f13bf5e2ddcd87f94f66
Author: Daniel Sun <su...@apache.org>
AuthorDate: Fri Aug 2 22:56:07 2019 +0800

    GROOVY-9210: Missing TextfierSupport from asm-util
---
 gradle/assemble.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle
index 8459ce5..1b508e2 100644
--- a/gradle/assemble.gradle
+++ b/gradle/assemble.gradle
@@ -236,7 +236,7 @@ allprojects {
             ]
             includesPerLibrary = [
                     'asm-util': ['org/objectweb/asm/util/Printer.class',
-                                 'org/objectweb/asm/util/Textifier.class',
+                                 'org/objectweb/asm/util/Textifier*',
                                  'org/objectweb/asm/util/ASMifier.class',
                                  'org/objectweb/asm/util/Trace*']
             ]