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.
2 parents 1f3e635 + f2ae15c commit 3728184Copy full SHA for 3728184
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