Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit f88d197

Browse files
author
Andy Dang🤖
committed
Publish JavaDoc
1 parent b1942ca commit f88d197

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,15 @@ tasks.test {
8888
}
8989
}
9090

91+
val javadocJar by tasks
92+
9193
publishing {
9294
val ossrhUsername: String? by project
9395
val ossrhPassword: String? by project
9496

9597
publications {
9698
val isSnapShot = version.toString().endsWith("SNAPSHOT")
9799

98-
99100
repositories {
100101
maven {
101102
val stagingRepoUrl = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")

0 commit comments

Comments
 (0)