mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
Move hamkrest version number into top-level configuration
This commit is contained in:
parent
f3d9750ea5
commit
d1455b7a0e
@ -39,6 +39,7 @@ buildscript {
|
|||||||
ext.fileupload_version = '1.3.3'
|
ext.fileupload_version = '1.3.3'
|
||||||
ext.junit_version = '4.12'
|
ext.junit_version = '4.12'
|
||||||
ext.mockito_version = '2.18.3'
|
ext.mockito_version = '2.18.3'
|
||||||
|
ext.hamkrest_version = '1.4.2.2'
|
||||||
ext.jopt_simple_version = '5.0.2'
|
ext.jopt_simple_version = '5.0.2'
|
||||||
ext.jansi_version = '1.14'
|
ext.jansi_version = '1.14'
|
||||||
ext.hibernate_version = '5.2.6.Final'
|
ext.hibernate_version = '5.2.6.Final'
|
||||||
|
@ -69,7 +69,7 @@ dependencies {
|
|||||||
testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
|
testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
|
||||||
|
|
||||||
// Hamkrest, for fluent, composable matchers
|
// Hamkrest, for fluent, composable matchers
|
||||||
testCompile 'com.natpryce:hamkrest:1.4.2.2'
|
testCompile "com.natpryce:hamkrest:$hamkrest_version"
|
||||||
|
|
||||||
// Quasar, for suspendable fibres.
|
// Quasar, for suspendable fibres.
|
||||||
compileOnly("$quasar_group:quasar-core:$quasar_version:jdk8") {
|
compileOnly("$quasar_group:quasar-core:$quasar_version:jdk8") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user