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 she11sh0cked committed Mar 23, 2022
1 parent 8db8893 commit 87bbde5
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 87bbde5

Please sign in to comment.