diff --git a/ethereum/eth/build.gradle b/ethereum/eth/build.gradle index 1eff9e8b90..92c91e60fd 100644 --- a/ethereum/eth/build.gradle +++ b/ethereum/eth/build.gradle @@ -43,6 +43,7 @@ dependencies { compileOnly 'org.openjdk.jmh:jmh-generator-annprocess' testImplementation project(':config') + testImplementation project(path: ':config', configuration: 'testSupportArtifacts') testImplementation project(':crypto') testImplementation project(path: ':ethereum:core', configuration: 'testArtifacts') testImplementation project(path: ':ethereum:core', configuration: 'testSupportArtifacts') @@ -56,6 +57,5 @@ dependencies { jmhImplementation project(path: ':ethereum:core', configuration: 'testSupportArtifacts') - testImplementation project(path: ':config', configuration: 'testSupportArtifacts') integrationTestImplementation project(path: ':config', configuration: 'testSupportArtifacts') }