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 2e959d3 commit c2032f5Copy full SHA for c2032f5
examples/distro/agent/build.gradle
@@ -46,6 +46,8 @@ CopySpec isolateClasses(Iterable<File> jars) {
46
exclude("META-INF/INDEX.LIST")
47
exclude("META-INF/*.DSA")
48
exclude("META-INF/*.SF")
49
+ exclude("META-INF/maven/**")
50
+ exclude("META-INF/MANIFEST.MF")
51
}
52
53
javaagent/build.gradle.kts
@@ -383,6 +383,8 @@ fun CopySpec.isolateClasses(jar: Provider<RegularFile>) {
383
384
385
386
387
388
389
390
0 commit comments