Skip to content

Commit

Permalink
Update publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Aug 23, 2023
1 parent c63ba4e commit 4954f13
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publishing {
archiveAppendix.set(this@withType.name)
})

// Provide artifacts information requited by Maven Central
// Provide artifacts information required by Maven Central
pom {
name.set("Calf - Compose Adaptive Look & Feel")
description.set("Calf is a library that allows you to easily create adaptive UIs for your Compose Multiplatform apps.")
Expand All @@ -35,7 +35,12 @@ publishing {
email.set("[email protected]")
}
}
issueManagement {
system.set("Github")
url.set("https://github.com/MohamedRejeb/Calf/issues")
}
scm {
connection.set("https://github.com/MohamedRejeb/Calf.git")
url.set("https://github.com/MohamedRejeb/Calf")
}
}
Expand Down

0 comments on commit 4954f13

Please sign in to comment.