ENT-6687: Updated build.gradle so corda-shell is copied into drivers directory.

This commit is contained in:
Adel El-Beik 2022-03-01 12:35:46 +00:00
parent 5f1e86c17c
commit 96576a7278
8 changed files with 8 additions and 0 deletions

View File

@ -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}"

View File

@ -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

View File

@ -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.

View File

@ -27,6 +27,7 @@ cordapp {
}
dependencies {
cordaDriver "net.corda:corda-shell:$corda_release_version"
cordapp project(':finance:contracts')
cordapp project(':finance:workflows')

View File

@ -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')

View File

@ -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

View File

@ -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

View File

@ -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')