mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Use compileOnly
instead of cordaCompile
in irs-demo to depend on node
module (#5044)
This commit is contained in:
parent
630194c407
commit
851ceac3d1
@ -17,7 +17,7 @@ dependencies {
|
||||
|
||||
// only included to control the `DemoClock` as part of the demo application
|
||||
// normally `:node` should not be depended on in any CorDapps
|
||||
cordaCompile project(':node')
|
||||
compileOnly project(':node')
|
||||
|
||||
// Cordapp dependencies
|
||||
// Specify your cordapp's dependencies below, including dependent cordapps
|
||||
|
Loading…
Reference in New Issue
Block a user