Due to insurmountable issues with publishing the JARs when the project is called Corda it has been renamed back to capsule.

This commit is contained in:
Clinton Alexander
2016-12-06 15:03:33 +00:00
parent 1463cd2b37
commit a0d5426ced
9 changed files with 9 additions and 88 deletions

View File

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