mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
NOTICK: Always use configured version of deterministic-rt.jar. (#5979)
This commit is contained in:
parent
a18caef56b
commit
396a579c8b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user