Skip to content

Commit

Permalink
jreleaser publishing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Jan 11, 2025
1 parent 947f1fe commit ea21d06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@ if (isReleaseBuild) {
url = "https://central.sonatype.com/api/v1/publisher"
maxRetries = 240
stagingRepository(stagingDeployDir.path)
artifactOverride {
// needed to publish klib next to jar
jar = false
}
}
}
}
Expand Down

0 comments on commit ea21d06

Please sign in to comment.