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 fc6c501 commit 7e40a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reactive-lab-gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:1.8.5'
}

task start(type:JavaExec) {
main = "io.reactivex.lab.edge.EdgeServer"
task startGateway(type:JavaExec) {
main = "io.reactivex.lab.gateway.StartGatewayServer"
classpath = sourceSets.main.runtimeClasspath
}

0 comments on commit 7e40a4e

Please sign in to comment.