Skip to content

Commit e65edb5

Browse files
committed
Use nicer project name in Maven POM
1 parent 76d3b3f commit e65edb5

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
@@ -108,7 +108,7 @@ publishing {
108108
from(components["java"])
109109

110110
pom {
111-
name.set("$groupId.$artifactId")
111+
name.set("ABY Java")
112112
description.set("Java bindings for the ABY framework.")
113113
url.set("https://$repositoryUrl")
114114

0 commit comments

Comments
 (0)