Skip to content

Commit

Permalink
fix(gradle): publish source and javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas authored and oSumAtrIX committed Jun 5, 2022
1 parent 674461f commit c236ebe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
@@ -1,5 +1,6 @@
plugins {
kotlin("jvm") version "1.6.10"
java
`maven-publish`
}

Expand Down Expand Up @@ -27,6 +28,11 @@ tasks.test {
}
}

java {
withSourcesJar()
withJavadocJar()
}

publishing {
repositories {
maven {
Expand Down

0 comments on commit c236ebe

Please sign in to comment.