Skip to content

Commit 72a31dd

Browse files
Refactored InstrumentPlugin from Groovy to Kotlin.
1 parent a2f3c7a commit 72a31dd

File tree

6 files changed

+382
-326
lines changed

6 files changed

+382
-326
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
groovy
32
`java-gradle-plugin`
43
`kotlin-dsl`
54
`jvm-test-suite`
@@ -16,7 +15,7 @@ gradlePlugin {
1615
plugins {
1716
create("instrument-plugin") {
1817
id = "dd-trace-java.instrument"
19-
implementationClass = "InstrumentPlugin"
18+
implementationClass = "datadog.gradle.plugin.instrument.InstrumentPlugin"
2019
}
2120
create("muzzle-plugin") {
2221
id = "dd-trace-java.muzzle"
@@ -55,7 +54,6 @@ repositories {
5554

5655
dependencies {
5756
implementation(gradleApi())
58-
implementation(localGroovy())
5957

6058
implementation("net.bytebuddy", "byte-buddy-gradle-plugin", "1.18.1")
6159

buildSrc/src/main/groovy/InstrumentPlugin.groovy

Lines changed: 0 additions & 210 deletions
This file was deleted.

buildSrc/src/main/groovy/InstrumentingPlugin.groovy

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)