Skip to content

Commit dcd1f67

Browse files
committed
chore: Rename unpackJars to unpackOtelJars
1 parent 127989e commit dcd1f67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dd-java-agent/agent-otel/otel-bootstrap/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565

6666
// Unpack the embeddedClasspath jars into otelUnpackedDir so that OtelShimGradlePlugin can
6767
// instrument them (e.g. inject the OTel shim).
68-
tasks.register('unpackJars', Copy) {
68+
tasks.register('unpackOtelJars', Copy) {
6969
dependsOn configurations.named('embeddedClasspath')
7070
exclude 'META-INF/'
7171
exclude '**/module-info.class'
@@ -82,7 +82,7 @@ tasks.register('unpackJars', Copy) {
8282
}
8383

8484
tasks.named('compileJava') {
85-
dependsOn 'unpackJars'
85+
dependsOn 'unpackOtelJars'
8686
}
8787

8888
tasks.named("shadowJar", ShadowJar) {

0 commit comments

Comments
 (0)