This is an automated email from the ASF dual-hosted git repository. paulk 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 d53325e GROOVY-9202: Bump picocli to 4.0.1 (fix jarjar processing) d53325e is described below commit d53325e1943df7c8f08cd5ec609b9ac2ca3dce1e Author: Paul King <pa...@asert.com.au> AuthorDate: Thu Jul 25 20:54:34 2019 +1000 GROOVY-9202: Bump picocli to 4.0.1 (fix jarjar processing) --- gradle/assemble.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle index 4aa0efa..8459ce5 100644 --- a/gradle/assemble.gradle +++ b/gradle/assemble.gradle @@ -232,7 +232,7 @@ allprojects { 'picocli.**' : 'groovyjarjarpicocli.@1' ] excludesPerLibrary = [ - '*': ['META-INF/maven/**', 'META-INF/*', 'META-INF/services/javax.annotation.processing.Processor', 'module-info.class'] + '*': ['META-INF/**', '**/module-info.class'] ] includesPerLibrary = [ 'asm-util': ['org/objectweb/asm/util/Printer.class',