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 a934971 commit 1c780b3Copy full SHA for 1c780b3
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
@@ -12,11 +12,3 @@ dependencies {
12
13
testImplementation(project(":utils:test-utils"))
14
}
15
16
-tasks.named<ProcessResources>("processResources") {
17
- exclude("supported-configurations.json")
18
-}
19
20
-tasks.named<Jar>("jar") {
21
22
0 commit comments