mirror of
https://github.com/corda/corda.git
synced 2025-01-14 00:39:57 +00:00
9 lines
196 B
Groovy
9 lines
196 B
Groovy
|
apply plugin: 'kotlin'
|
||
|
|
||
|
description 'Utilities needed for smoke tests in Corda'
|
||
|
|
||
|
dependencies {
|
||
|
// Smoke tests do NOT have any Node code on the classpath!
|
||
|
compile project(':client:rpc')
|
||
|
}
|