We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59331e commit df417bdCopy full SHA for df417bd
dd-java-agent/instrumentation/gradle-testing/build.gradle
@@ -9,7 +9,7 @@ repositories {
9
// gradle >= v5.1
10
dependencies {
11
compileOnly gradleApi()
12
- implementation project(":dd-java-agent:instrumentation:junit-4.10")
+ compileOnly project(":dd-java-agent:instrumentation:junit-4.10")
13
}
14
15
forbiddenApisMain {
0 commit comments