You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2017/10/02 12:16:51 UTC

groovy git commit: tweak build file

Repository: groovy
Updated Branches:
  refs/heads/master 1cee35631 -> d98235134


tweak build file


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

Branch: refs/heads/master
Commit: d9823513494f2b37fe4a05ce8aaa4d7ea4530d98
Parents: 1cee356
Author: paulk <pa...@asert.com.au>
Authored: Mon Oct 2 22:16:42 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Mon Oct 2 22:16:42 2017 +1000

----------------------------------------------------------------------
 subprojects/performance/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/d9823513/subprojects/performance/build.gradle
----------------------------------------------------------------------
diff --git a/subprojects/performance/build.gradle b/subprojects/performance/build.gradle
index 09aa429..79d7549 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -30,7 +30,7 @@ configurations {
 
 dependencies {
     jmh rootProject
-    testCompile 'org.codehaus.groovy:groovy:2.4.7'
+    testCompile 'org.codehaus.groovy:groovy-all:2.4.7'
     stats 'org.apache.commons:commons-math3:3.6'
 }
 
@@ -113,7 +113,7 @@ task performanceTests {
                     groovyConf.files[0]
             ]
             rootProject.sourceSets.test.compileClasspath.files
-                    .findAll { it.name.endsWith('jar') && !it.name.contains('groovy') }
+                    .findAll { it.name.endsWith('jar') && !it.name.contains('groovy') && !it.name.contains('antlr') && !it.name.contains('asm') }
                     .collect(compileClassPath) { it.absolutePath }
 
             args = [