NOTICK: Always use configured version of deterministic-rt.jar. (#5979)

This commit is contained in:
Chris Rankin 2020-02-18 09:09:18 +00:00 committed by GitHub
parent a18caef56b
commit 396a579c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,7 @@ description 'Serialization support for the DJVM'
configurations {
sandboxTesting
jdkRt.resolutionStrategy {
// Always check the repository for a newer SNAPSHOT.
cacheChangingModulesFor 0, 'seconds'
}
jdkRt
}
dependencies {
@ -35,7 +32,7 @@ dependencies {
// Test utilities
testImplementation "org.assertj:assertj-core:$assertj_version"
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:$log4j_version"
jdkRt "net.corda:deterministic-rt:latest.integration"
jdkRt "net.corda:deterministic-rt:$deterministic_rt_version"
// The DJVM will need this classpath to run the unit tests.
sandboxTesting files(sourceSets.getByName("test").output)