Skip to content

Commit bfbf4c9

Browse files
committed
Add formatting
1 parent 1529cff commit bfbf4c9

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
@@ -198,7 +198,7 @@ private fun CopySpec.renameModule(renameTo: String = "", version: String) {
198198
target = "-$renameTo"
199199
}
200200
rename {
201-
it.replace("module.json", "sentry-kotlin-multiplatform${target}-${version}.module")
201+
it.replace("module.json", "sentry-kotlin-multiplatform$target-$version.module")
202202
}
203203
}
204204

0 commit comments

Comments
 (0)