Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/config-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ val excludedClassesInstructionCoverage by extra(
dependencies {
implementation(project(":components:environment"))
implementation(project(":dd-trace-api"))
Comment on lines 57 to 58
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: Out of curiosity do we want to expose these other two ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was asking the same question when I did the change but honestly I don't know with certitude

implementation(project(":utils:filesystem-utils"))
api(project(":utils:filesystem-utils"))
implementation(libs.slf4j)
implementation("org.snakeyaml", "snakeyaml-engine", "2.9")

Expand Down
Loading