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 e1a1de3 commit b28e090Copy full SHA for b28e090
dd-java-agent/instrumentation/build.gradle
@@ -39,7 +39,7 @@ subprojects { Project subProj ->
39
def name = "java$version.majorVersion"
40
jdkCompile = "main_${name}Implementation"
41
}
42
- configurations.muzzleBootstrap {
+ configurations.named('muzzleBootstrap') {
43
exclude group: 'org.snakeyaml', module: 'snakeyaml-engine' // we vendor this in the agent jar
44
45
dependencies {
0 commit comments