Skip to content

Commit d04d98c

Browse files
Set pom display name
1 parent ff70d30 commit d04d98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ publishing {
4949
from(components["java"])
5050

5151
pom {
52-
name = project.name
52+
name = "Problem4J Core"
5353
description = "Core library implementing Problem model according to RFC7807"
5454
url = "https://github.com/malczuuu/${rootProject.name}"
5555
inceptionYear = "2025"

0 commit comments

Comments
 (0)