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 2017/12/12 04:47:22 UTC

groovy git commit: Exclude antlr2 configuration

Repository: groovy
Updated Branches:
  refs/heads/master b60703800 -> 021e3eaf4


Exclude antlr2 configuration


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

Branch: refs/heads/master
Commit: 021e3eaf4d6882f20d08a6b38fbebd935739d773
Parents: b607038
Author: sunlan <su...@apache.org>
Authored: Tue Dec 12 12:47:16 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Tue Dec 12 12:47:16 2017 +0800

----------------------------------------------------------------------
 subprojects/parser-antlr4/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/021e3eaf/subprojects/parser-antlr4/build.gradle
----------------------------------------------------------------------
diff --git a/subprojects/parser-antlr4/build.gradle b/subprojects/parser-antlr4/build.gradle
index 09a2adf..5097e3f 100644
--- a/subprojects/parser-antlr4/build.gradle
+++ b/subprojects/parser-antlr4/build.gradle
@@ -55,7 +55,7 @@ compileJava.dependsOn generateGrammarSource
 
 configurations {
     compile {
-        extendsFrom = extendsFrom.findAll { it != configurations.antlr }
+        extendsFrom = extendsFrom.findAll { it != configurations.antlr2 }
     }
 }