We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d030ce commit 314ba85Copy full SHA for 314ba85
dd-java-agent/instrumentation/kafka/kafka-streams-0.11/build.gradle
@@ -13,7 +13,7 @@ addTestSuite('latestDepTest')
13
14
groovySpock {
15
// This module still needs Spock with JUnit4.
16
- configureDependencies("latestDepTestImplementation", libs.spock.junit4.groovy4)
+ configureDependencies("testImplementation", libs.spock.junit4.groovy4)
17
}
18
19
dependencies {
0 commit comments