Skip to content

Commit d9f06ca

Browse files
committed
Clean up
1 parent 09b194a commit d9f06ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/Publication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fun DistributionContainer.configureForMultiplatform(project: Project, buildPubli
3535
val basePath = "${buildPublishDir}io${sep}sentry${sep}$projectName$sep$version"
3636

3737
// Rename the POM since craft looks for pom-default.xml
38-
from("$basePath/$projectName-$version.pom") {
38+
from("$basePath$sep$projectName-$version.pom") {
3939
rename { "pom-default.xml" }
4040
}
4141

0 commit comments

Comments
 (0)