Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Nov 23, 2014
1 parent 6281ee4 commit 09aa2ba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ subprojects {
task startServices() {}
startServices.dependsOn(":reactive-lab-services:start")

task startEdge() {}
startEdge.dependsOn(":reactive-lab-edge:start")
task startGateway() {}
startGateway.dependsOn(":reactive-lab-gateway:start")

task startDiscovery() {}
startDiscovery.dependsOn(":reactive-lab-gateway:startDiscovery")

0 comments on commit 09aa2ba

Please sign in to comment.