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/10 05:54:00 UTC

[groovy] branch GROOVY-9631 updated: Apply bridging

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 f9acadb  Apply bridging
f9acadb is described below

commit f9acadbb1ebf2eebf503afc0db30c0867bca1e4b
Author: Daniel Sun <su...@apache.org>
AuthorDate: Fri Jul 10 13:52:43 2020 +0800

    Apply bridging
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 7f2f1f2..ef87e8e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -272,6 +272,7 @@ 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)
     }