mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ENT-6687: Updated build.gradle so corda-shell is copied into drivers directory.
This commit is contained in:
parent
5f1e86c17c
commit
96576a7278
@ -31,6 +31,7 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
cordaDriver "net.corda:corda-shell:$corda_release_version"
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
compile "net.sf.jopt-simple:jopt-simple:$jopt_simple_version"
|
||||
compile "javax.servlet:javax.servlet-api:${servlet_version}"
|
||||
|
@ -6,6 +6,7 @@ apply plugin: 'net.corda.plugins.cordapp'
|
||||
apply plugin: 'net.corda.plugins.cordformation'
|
||||
|
||||
dependencies {
|
||||
cordaDriver "net.corda:corda-shell:$corda_release_version"
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
|
||||
// The bank of corda CorDapp depends upon Cash CorDapp features
|
||||
|
@ -3,6 +3,7 @@ apply plugin: 'idea'
|
||||
apply plugin: 'net.corda.plugins.cordformation'
|
||||
|
||||
dependencies {
|
||||
cordaDriver "net.corda:corda-shell:$corda_release_version"
|
||||
runtimeOnly project(':node-api')
|
||||
// Cordformation needs a SLF4J implementation when executing the Network
|
||||
// Bootstrapper, but Log4J doesn't shutdown completely from within Gradle.
|
||||
|
@ -27,6 +27,7 @@ cordapp {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
cordaDriver "net.corda:corda-shell:$corda_release_version"
|
||||
cordapp project(':finance:contracts')
|
||||
cordapp project(':finance:workflows')
|
||||
|
||||
|
@ -12,6 +12,7 @@ cordapp {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
cordaDriver "net.corda:corda-shell:$corda_release_version"
|
||||
// Cordformation needs this for the Network Bootstrapper.
|
||||
runtimeOnly project(':node-api')
|
||||
|
||||
|
@ -15,6 +15,7 @@ cordapp {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
cordaDriver "net.corda:corda-shell:$corda_release_version"
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
cordaCompile project(':client:rpc')
|
||||
// Corda integration dependencies
|
||||
|
@ -26,6 +26,7 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
cordaDriver "net.corda:corda-shell:$corda_release_version"
|
||||
cordaCompile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
|
||||
// The SIMM demo CorDapp depends upon Cash CorDapp features
|
||||
|
@ -32,6 +32,7 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
cordaDriver "net.corda:corda-shell:$corda_release_version"
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
compile "net.sf.jopt-simple:jopt-simple:$jopt_simple_version"
|
||||
cordaCompile project(':client:rpc')
|
||||
|
Loading…
Reference in New Issue
Block a user