Skip to content

Commit b07080f

Browse files
amarzialidevflow.devflow-routing-intake
andauthored
Avoid CNDF exceptions in instrumentation tests (#10815)
Avoid CNDF exceptions in instrumentation tests Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent c1e9ac6 commit b07080f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/config-utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ val excludedClassesInstructionCoverage by extra(
5656
dependencies {
5757
implementation(project(":components:environment"))
5858
implementation(project(":dd-trace-api"))
59-
implementation(project(":utils:filesystem-utils"))
59+
api(project(":utils:filesystem-utils"))
6060
implementation(libs.slf4j)
6161
implementation("org.snakeyaml", "snakeyaml-engine", "2.9")
6262

0 commit comments

Comments
 (0)