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 f7d49b1 commit 33ac542Copy full SHA for 33ac542
dd-java-agent/build.gradle
@@ -93,6 +93,8 @@ ext.generalShadowJarConfig = {
93
exclude '**/io/airlift/compress/snappy/**'
94
relocate 'io.airlift', 'datadog.io.airlift'
95
96
+ exclude '**/supported-configurations.json'
97
+
98
final String projectName = "${project.name}"
99
100
// Prevents conflict with other instances, but doesn't relocate instrumentation
0 commit comments