Renamed webserver capsule to webcapsule module to avoid clashes with the node capsule

This commit is contained in:
Clinton Alexander
2017-03-14 12:00:36 +00:00
parent 3e83093987
commit 20282b5d53
12 changed files with 11 additions and 11 deletions

View File

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