Skip to content

Commit f70a464

Browse files
authored
Fix testLatestDeps on new module (#1981)
1 parent 92dbb41 commit f70a464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing-common/integration-tests/integration-tests.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ ext.skipPublish = true
33
apply from: "$rootDir/gradle/instrumentation.gradle"
44

55
dependencies {
6-
library project(':testing-common:library-for-integration-tests')
6+
implementation project(':testing-common:library-for-integration-tests')
77

88
testCompileOnly project(':instrumentation-api')
99
testCompileOnly project(':javaagent-api')
10-
testImplementation(project(':javaagent-tooling'))
10+
testCompileOnly project(':javaagent-tooling')
1111

1212
testImplementation deps.opentelemetryExtAnnotations
1313

0 commit comments

Comments
 (0)