We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f6c8e commit c1958b3Copy full SHA for c1958b3
1 file changed
sdks/java/harness/build.gradle
@@ -75,7 +75,7 @@ dependencies {
75
testImplementation project(":runners:core-construction-java")
76
testImplementation project(path: ":sdks:java:fn-execution", configuration: "testRuntimeMigration")
77
shadowTestRuntimeClasspath library.java.slf4j_jdk14
78
- jmhImplementation project(path: ":sdks:java:harness", configuration: "shadowTest")
+ jmhImplementation project(path: ":sdks:java:harness", configuration: "shadow")
79
jmhImplementation project(":runners:java-fn-execution")
80
jmhRuntimeOnly library.java.slf4j_jdk14
81
}
0 commit comments