Renamec capsule module to corda.

This commit is contained in:
Clinton Alexander
2016-12-06 13:34:04 +00:00
parent b24c628e34
commit 1463cd2b37
13 changed files with 30 additions and 25 deletions

View File

@ -36,7 +36,7 @@ sourceSets {
}
}
compileTestJava.dependsOn tasks.getByPath(':node:capsule:buildCordaJAR')
compileTestJava.dependsOn tasks.getByPath(':node:corda:buildCordaJAR')
dependencies {
compile project(':core')
@ -48,7 +48,7 @@ dependencies {
exclude group: "bouncycastle"
}
runtime project(path: ":node:capsule", configuration: 'runtimeArtifacts')
runtime project(path: ":node:corda", configuration: 'runtimeArtifacts')
}
mainClassName = "net.corda.docs.ClientRpcTutorialKt"