You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ja...@apache.org on 2014/09/05 16:12:45 UTC

git commit: BIGTOP-1418. [BigPetStore] build.gradle - wrong variable name (hadoopClusterRuntime instead of runtime)

Repository: bigtop
Updated Branches:
  refs/heads/master 016734fc2 -> cd4df3ce8


BIGTOP-1418. [BigPetStore] build.gradle - wrong variable name (hadoopClusterRuntime instead of runtime)

Signed-off-by: jay@apache.org <jayunit100>


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

Branch: refs/heads/master
Commit: cd4df3ce8e99da53d56988501616817457e1596e
Parents: 016734f
Author: Jay Vyas <ja...@gmail.com>
Authored: Fri Sep 5 10:10:36 2014 -0400
Committer: jay@apache.org <jayunit100>
Committed: Fri Sep 5 10:10:36 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/cd4df3ce/bigtop-bigpetstore/build.gradle
----------------------------------------------------------------------
diff --git a/bigtop-bigpetstore/build.gradle b/bigtop-bigpetstore/build.gradle
index a6a8c1a..d6ec763 100644
--- a/bigtop-bigpetstore/build.gradle
+++ b/bigtop-bigpetstore/build.gradle
@@ -235,7 +235,7 @@ dependencies {
 }
 
 configurations {
-    /* hadoopClusterRuntime */ runtime {
+    hadoopClusterRuntime {
 	    // extendsFrom integrationTestRuntime
 	    if(project.hasProperty('for-cluster')) {
 		    excludeRules += [getGroup: { 'org.apache.crunch' }, getModule: { 'crunch-core' } ] as ExcludeRule
@@ -272,4 +272,4 @@ eclipse {
         downloadSources = true
         downloadJavadoc = false
     }
-}
\ No newline at end of file
+}