Add webserver Capsule configuration

Add Capsule configuration for the webserver JAR, so that the classes-only `webserver.jar` is published as well
as the full fat `corda-webserver.jar`. This is required for running the tutorial/template from IntelliJ.
This commit is contained in:
Ross Nicoll
2017-03-10 13:58:06 +00:00
parent 27b004962e
commit 3e83093987
12 changed files with 104 additions and 56 deletions

View File

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