Skip to content

Commit 54ed8b3

Browse files
committed
excluding json from shadowjar
1 parent 795cec5 commit 54ed8b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dd-java-agent/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ ext.generalShadowJarConfig = {
9393
exclude '**/io/airlift/compress/snappy/**'
9494
relocate 'io.airlift', 'datadog.io.airlift'
9595

96+
exclude '**/supported-configurations.json'
97+
9698
final String projectName = "${project.name}"
9799

98100
// Prevents conflict with other instances, but doesn't relocate instrumentation

0 commit comments

Comments
 (0)