Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
erwin-kok committed Jul 27, 2023
1 parent 37aac8f commit 3a4b418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ publishing {
from(components["java"])
pom {
name.set(project.name)
description.set("Multiformats protocols")
inceptionYear.set("2022")
url.set("https://github.com/erwin-kok/multiformat")
licenses {
Expand All @@ -152,7 +153,7 @@ publishing {
developer {
id.set("erwin-kok")
name.set("Erwin Kok")
email.set("[email protected]")
email.set("[email protected]")
url.set("https://github.com/erwin-kok/")
roles.set(listOf("owner", "developer"))
}
Expand Down

0 comments on commit 3a4b418

Please sign in to comment.