Skip to content

Commit b5dec6b

Browse files
committed
Fix: missing POM information
1 parent 3541682 commit b5dec6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ publishing {
100100
it.artifact(javadocJar)
101101
}
102102
it.pom {
103+
name.set("kotlinx.interval")
104+
description.set("Kotlin multiplatform bounded open/closed generic intervals.")
103105
url.set("https://github.com/Whathecode/kotlinx.interval")
104106
licenses {
105107
license {

0 commit comments

Comments
 (0)