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

Commit

Permalink
Publish JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Dang🤖 committed Sep 23, 2020
1 parent b1942ca commit f88d197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,15 @@ tasks.test {
}
}

val javadocJar by tasks

publishing {
val ossrhUsername: String? by project
val ossrhPassword: String? by project

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


repositories {
maven {
val stagingRepoUrl = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
Expand Down

0 comments on commit f88d197

Please sign in to comment.