mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
Added a new capsule build.gradle to allow multiple bintray uploads from one build.gradle.
This commit is contained in:
committed by
Clinton Alexander
parent
348092cfa6
commit
810596927e
@ -45,7 +45,7 @@ dependencies {
|
||||
testCompile group: 'junit', name: 'junit', version: '4.11'
|
||||
|
||||
// Corda integration dependencies
|
||||
runtime project(path: ":node", configuration: 'runtimeArtifacts')
|
||||
runtime project(path: ":node:capsule", configuration: 'runtimeArtifacts')
|
||||
compile project(':core')
|
||||
compile project(':client')
|
||||
compile project(':node')
|
||||
|
Reference in New Issue
Block a user