Skip to content

Commit

Permalink
generate javadocs and sources
Browse files Browse the repository at this point in the history
  • Loading branch information
balda-rdx committed Oct 31, 2023
1 parent 174b373 commit 3959e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interop/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
withJavadocJar()
withSourcesJar()
}

publishing {
Expand Down

0 comments on commit 3959e52

Please sign in to comment.