Skip to content

Commit 431adfe

Browse files
fix(build): add missing project description
1 parent e132064 commit 431adfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-logic/src/main/kotlin/com.osmerion.maven-publish-conventions.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ publishing {
3939
publications.withType<MavenPublication>().configureEach {
4040
pom {
4141
name = project.name
42+
description = "A tiny Kotlin Multiplatform library that provides Base32 en- and decoding functionality."
4243
url = "https://github.com/Osmerion/kotlin-base32"
4344
packaging = "jar"
4445

0 commit comments

Comments
 (0)