Skip to content

Commit 8eda1df

Browse files
committed
fix(logging): Fix duplicate classes
1 parent 25e94ee commit 8eda1df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dd-java-agent/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def sharedShadowJar = tasks.register('sharedShadowJar', ShadowJar) {
251251
exclude(project(':internal-api'))
252252
exclude(project(':components:context'))
253253
exclude(project(':utils:config-utils'))
254+
exclude(project(':utils:logging-utils'))
254255
exclude(project(':utils:time-utils'))
255256
exclude(project(':products:metrics:metrics-api'))
256257
exclude(project(':products:metrics:metrics-agent'))

0 commit comments

Comments
 (0)