Skip to content

Commit

Permalink
Use nicer project name in Maven POM
Browse files Browse the repository at this point in the history
  • Loading branch information
cacay committed Feb 22, 2022
1 parent 76d3b3f commit e65edb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ publishing {
from(components["java"])

pom {
name.set("$groupId.$artifactId")
name.set("ABY Java")
description.set("Java bindings for the ABY framework.")
url.set("https://$repositoryUrl")

Expand Down

0 comments on commit e65edb5

Please sign in to comment.