aboutsummaryrefslogtreecommitdiff
path: root/bigtop-bigpetstore
diff options
context:
space:
mode:
authorJay Vyas <jayunit100@gmail.com>2014-09-05 10:10:36 -0400
committerjay@apache.org <jayunit100>2014-09-05 10:10:36 -0400
commitcd4df3ce8e99da53d56988501616817457e1596e (patch)
tree4e3611d945f0fd4e89eca2227c3938532d9cf257 /bigtop-bigpetstore
parent016734fc22cb7c8351a5830c2a7d633296db3fdf (diff)
BIGTOP-1418. [BigPetStore] build.gradle - wrong variable name (hadoopClusterRuntime instead of runtime)
Signed-off-by: jay@apache.org <jayunit100>
Diffstat (limited to 'bigtop-bigpetstore')
-rw-r--r--bigtop-bigpetstore/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop-bigpetstore/build.gradle b/bigtop-bigpetstore/build.gradle
index a6a8c1a3..d6ec763c 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
+}