Skip to content

Commit b28e090

Browse files
committed
chore: Lazy configurations access for instrument project
1 parent e1a1de3 commit b28e090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ subprojects { Project subProj ->
3939
def name = "java$version.majorVersion"
4040
jdkCompile = "main_${name}Implementation"
4141
}
42-
configurations.muzzleBootstrap {
42+
configurations.named('muzzleBootstrap') {
4343
exclude group: 'org.snakeyaml', module: 'snakeyaml-engine' // we vendor this in the agent jar
4444
}
4545
dependencies {

0 commit comments

Comments
 (0)