Skip to content

Commit 3d3a89c

Browse files
committed
chore: Now instrumentPluginClasspath configuration is already registered
1 parent 3461c18 commit 3d3a89c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

buildSrc/src/test/kotlin/datadog/gradle/plugin/instrument/InstrumentPluginTest.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ class InstrumentPluginTest {
3030
compileOnly group: 'net.bytebuddy', name: 'byte-buddy', version: '1.18.1' // just to build TestPlugin
3131
}
3232
33-
configurations {
34-
instrumentPluginClasspath {
35-
canBeResolved = true
36-
}
37-
}
38-
3933
instrument.plugins = [
4034
'TestPlugin'
4135
]

0 commit comments

Comments
 (0)