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 b70f2f2 commit 3a15ffcCopy full SHA for 3a15ffc
dd-java-agent/build.gradle
@@ -75,6 +75,7 @@ def generalShadowJarConfig(ShadowJar shadowJarTask) {
75
exclude '**/liblz4-java.dylib'
76
exclude '**/inst/META-INF/versions/**'
77
exclude '**/META-INF/versions/*/org/yaml/**'
78
+ exclude '**/package.html'
79
80
// Used to generate Java code during build, no need to include original file
81
exclude '**/*.trie'
0 commit comments