Skip to content

Commit

Permalink
fix: remove javadoc jar (also trigger release)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jun 18, 2022
1 parent 9e0a74f commit 56f6ca3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Expand Up @@ -42,7 +42,6 @@ tasks {

java {
withSourcesJar()
withJavadocJar()
}

publishing {
Expand All @@ -61,4 +60,4 @@ publishing {
from(components["java"])
}
}
}
}

0 comments on commit 56f6ca3

Please sign in to comment.