Skip to content

Commit

Permalink
GEODE-1949: Adding geode-rebalancer to the binary distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
upthewaterspout committed Sep 29, 2016
1 parent 22afc3b commit 0a6e1a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geode-assembly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ dependencies {
archives project(':geode-pulse')
archives project(':geode-wan')
archives project(':geode-cq')
archives project(':geode-rebalancer')

testCompile project(':geode-junit')
testCompile files(project(':geode-core').sourceSets.test.output)
Expand Down Expand Up @@ -337,6 +338,9 @@ distributions {
from project(":geode-old-client-support").configurations.runtime
from project(":geode-old-client-support").configurations.archives.allArtifacts.files

from project(":geode-rebalancer").configurations.runtime
from project(":geode-rebalancer").configurations.archives.allArtifacts.files

from configurations.bundled
from configurations.gfshDependencies

Expand Down

0 comments on commit 0a6e1a5

Please sign in to comment.