Moved the webserver from being a subproject of node to a subproject of client.

This commit is contained in:
Clinton Alexander
2017-03-30 14:43:18 +01:00
parent 27e7a4226e
commit d4e0ab52fe
26 changed files with 17 additions and 17 deletions

View File

@ -50,7 +50,7 @@ dependencies {
}
runtime project(path: ":node:capsule", configuration: 'runtimeArtifacts')
runtime project(path: ":node:webserver:webcapsule", configuration: 'runtimeArtifacts')
runtime project(path: ":client:webserver:webcapsule", configuration: 'runtimeArtifacts')
}
mainClassName = "net.corda.docs.ClientRpcTutorialKt"