File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,6 @@ ext.generalShadowJarConfig = {
9393 exclude ' **/io/airlift/compress/snappy/**'
9494 relocate ' io.airlift' , ' datadog.io.airlift'
9595
96- exclude ' **/supported-configurations.json'
97-
9896 final String projectName = " ${ project.name} "
9997
10098 // Prevents conflict with other instances, but doesn't relocate instrumentation
Original file line number Diff line number Diff line change @@ -57,11 +57,3 @@ dependencies {
5757 testImplementation(project(" :utils:test-utils" ))
5858 testImplementation(" org.snakeyaml:snakeyaml-engine:2.9" )
5959}
60-
61- tasks.named<ProcessResources >(" processResources" ) {
62- exclude(" supported-configurations.json" )
63- }
64-
65- tasks.named<Jar >(" jar" ) {
66- exclude(" supported-configurations.json" )
67- }
You can’t perform that action at this time.
0 commit comments