Moved webserver to root project.

This commit is contained in:
Clinton Alexander
2017-03-30 17:34:32 +01:00
parent e3872c1469
commit da88a43e40
27 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: ":client:webserver:webcapsule", configuration: 'runtimeArtifacts')
runtime project(path: ":webserver:webcapsule", configuration: 'runtimeArtifacts')
}
mainClassName = "net.corda.docs.ClientRpcTutorialKt"