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 2020/07/11 06:08:34 UTC

[groovy] branch GROOVY-9631 updated: No need to bridge

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

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


The following commit(s) were added to refs/heads/GROOVY-9631 by this push:
     new 055c52e  No need to bridge
055c52e is described below

commit 055c52e6d4f4c3642387fd1e7c0a671205d050eb
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Jul 11 14:08:19 2020 +0800

    No need to bridge
---
 build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index ef87e8e..7f2f1f2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -272,7 +272,6 @@ compileJava {
             arg(value: "${sourceSets.main.java.outputDir.canonicalPath}/org/codehaus/groovy/runtime/StringGroovyMethods.class")
             arg(value: "${sourceSets.main.java.outputDir.canonicalPath}/org/codehaus/groovy/classgen/Verifier.class")
             arg(value: "${sourceSets.main.java.outputDir.canonicalPath}/org/codehaus/groovy/ast/tools/GeneralUtils.class")
-            arg(value: "${sourceSets.main.java.outputDir.canonicalPath}/org/codehaus/groovy/util/AbstractConcurrentMap.class")
         }
         ant.echo('Bridger (groovy): ' + ant.properties.stdout)
     }