Skip to content

Commit

Permalink
Add missing pom fields (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Sep 12, 2022
1 parent aaccbde commit add523a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slidetoact/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ publishing {
publications {
register<MavenPublication>("release") {
pom {
setDescription(
name.set("slidetoact")
description.set(
"A simple Slide to Unlock Material widget for Android, written in Kotlin"
)
url.set("https://github.com/cortinico/slidetoact")
Expand Down

0 comments on commit add523a

Please sign in to comment.