mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
10 lines
232 B
Groovy
10 lines
232 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(':test-common')
|
|
compile project(':client:rpc')
|
|
}
|