Skip to content

Commit 14b3b1a

Browse files
committed
Fix project description
1 parent ccc1e78 commit 14b3b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ publishing {
6969
from(components["java"])
7070
pom {
7171
name = project.name
72-
description = project.description
72+
description = "Datadog Instrumentation Helpers for Java"
7373
url = "https://github.com/datadog/dd-instrument-java"
7474
licenses {
7575
license {

0 commit comments

Comments
 (0)