Skip to content

Commit d6663e8

Browse files
authored
Fix missing uuid-exposed artifact (#215)
Fix missing uuid-exposed artifact Co-authored-by: hfhbd <[email protected]>
1 parent 8cab9e8 commit d6663e8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

kotlinx-uuid-exposed/build.gradle.kts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,14 @@ dependencies {
2323
licensee {
2424
allow("MIT")
2525
}
26+
27+
publishing {
28+
publications.register<MavenPublication>("maven") {
29+
from(components["java"])
30+
}
31+
}
32+
33+
java {
34+
withJavadocJar()
35+
withSourcesJar()
36+
}

0 commit comments

Comments
 (0)