Skip to content

Commit bdcaeeb

Browse files
committed
chore: Fix indexer warning log, due to duplicate dd-javac-plugin-client files
For logs like ``` [main] WARN datadog.trace.bootstrap.AgentJarIndex - Detected duplicate content under 'datadog.compiler.utils.*'. Ensure your content is under a distinct directory. [main] WARN datadog.trace.bootstrap.AgentJarIndex - Detected duplicate content under 'datadog.compiler.annotations.*'. Ensure your content is under a distinct ```
1 parent 20839fd commit bdcaeeb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gradle/dependencies.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ final class CachedData {
4545
exclude(dependency('com.github.jnr::'))
4646
exclude(dependency('org.ow2.asm::'))
4747

48+
// javac plugin client
49+
exclude(dependency('com.datadoghq:dd-javac-plugin-client'))
50+
4851
// moshi and its transitives
4952
exclude(dependency('com.squareup.moshi::'))
5053

0 commit comments

Comments
 (0)