mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Moved the webserver from being a subproject of node to a subproject of client.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user