Skip to content

Commit

Permalink
Fix maven central publication
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Aug 16, 2023
1 parent 56e0c29 commit 0929543
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kvision-tools/kvision-ksp-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ val javadocJar by tasks.registering(Jar::class) {
publishing {
publications {
create<MavenPublication>("kotlin") {
pom {
defaultPom()
}
from(components["kotlin"])
artifact(tasks["sourcesJar"])
if (!hasProperty("SNAPSHOT")) artifact(tasks["javadocJar"])
Expand Down

0 comments on commit 0929543

Please sign in to comment.