Skip to content

Commit b2e0d15

Browse files
committed
Change the artifact name to prevent confusion when consuming it in the debugger backend
1 parent 1be2df0 commit b2e0d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/dd-java-agent.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ includeShadowJar(sharedShadowJar, 'shared')
9696
shadowJar generalShadowJarConfig >> {
9797
configurations = [project.configurations.shadowInclude]
9898

99-
archiveClassifier = 'debugger'
99+
archiveClassifier = 'minimal-debugger'
100100

101101
manifest {
102102
attributes(

0 commit comments

Comments
 (0)