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

@ -45,7 +45,7 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
// Corda integration dependencies
runtime project(path: ":node:corda", configuration: 'runtimeArtifacts')
runtime project(path: ":node:capsule", configuration: 'runtimeArtifacts')
compile project(':core')
compile project(':client')
compile project(':node')