mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Renamed webserver capsule to webcapsule module to avoid clashes with the node capsule
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user