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
4 changes: 4 additions & 0 deletions dd-java-agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ def generalShadowJarConfig(ShadowJar shadowJarTask) {
exclude '**/liblz4-java.dylib'
exclude '**/inst/META-INF/versions/**'
exclude '**/META-INF/versions/*/org/yaml/**'
exclude '**/package.html'

// Used to generate Java code during build, no need to include original file
exclude '**/*.trie'

// Replaced by 'instrumenter.index', no need to include original service file
exclude '**/META-INF/services/datadog.trace.agent.tooling.InstrumenterModule'
Expand Down