We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ace833 commit b70f2f2Copy full SHA for b70f2f2
dd-java-agent/build.gradle
@@ -76,6 +76,9 @@ def generalShadowJarConfig(ShadowJar shadowJarTask) {
76
exclude '**/inst/META-INF/versions/**'
77
exclude '**/META-INF/versions/*/org/yaml/**'
78
79
+ // Used to generate Java code during build, no need to include original file
80
+ exclude '**/*.trie'
81
+
82
// Replaced by 'instrumenter.index', no need to include original service file
83
exclude '**/META-INF/services/datadog.trace.agent.tooling.InstrumenterModule'
84
0 commit comments