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 833207d + 1c780b3 commit bba22a3Copy full SHA for bba22a3
dd-java-agent/build.gradle
@@ -93,8 +93,6 @@ 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
utils/config-utils/build.gradle.kts
@@ -13,11 +13,3 @@ dependencies {
13
14
testImplementation(project(":utils:test-utils"))
15
}
16
17
-tasks.named<ProcessResources>("processResources") {
18
- exclude("supported-configurations.json")
19
-}
20
21
-tasks.named<Jar>("jar") {
22
23
0 commit comments