Skip to content

Commit 60cc6ee

Browse files
authored
chore: fix publish (#168)
* add fix
1 parent c605d96 commit 60cc6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/java/Publication.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ fun DistributionContainer.configureForMultiplatform(project: Project) {
1919
// The current Kotlin version doesn't generate this *-all.jar anymore.
2020
// This is a placeholder for backwards compatibility with craft until we fix it there directly.
2121
from("build${sep}libs") {
22-
include("${project.name}-$version")
22+
include("${project.name}-metadata-$version*")
2323
rename {
24-
it.replace("$version", "$version-all")
24+
it.replace("metadata-$version", "$version-all")
2525
}
2626
}
2727
from("build${sep}kotlinToolingMetadata") {

0 commit comments

Comments
 (0)