mirror of
https://github.com/corda/corda.git
synced 2025-01-19 03:06:36 +00:00
Add missing dependency on test-utils
This commit is contained in:
parent
ca1b0083ed
commit
32d96b78a8
@ -48,6 +48,8 @@ dependencies {
|
||||
// Unit testing helpers.
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile "org.assertj:assertj-core:${assertj_version}"
|
||||
|
||||
testCompile project(':test-utils')
|
||||
}
|
||||
|
||||
quasarScan.dependsOn('classes', ':core:classes', ':contracts:classes')
|
||||
|
Loading…
Reference in New Issue
Block a user