From 682b029de0e96384664ee95eca69612897eebf3f Mon Sep 17 00:00:00 2001 From: "S. Matthew English" Date: Thu, 11 Apr 2019 04:46:03 -0400 Subject: [PATCH] update --- ethereum/eth/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }