Skip to content

Commit ab2b2a4

Browse files
authored
Update craft config to support publish of new targets (#427)
1 parent 2a43783 commit ab2b2a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.craft.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ targets:
1313
fileReplaceeRegex: /\d+\.\d+\.\d+(-\w+(\.\d+)?)?(-SNAPSHOT)?/
1414
fileReplacerStr: release.aar
1515
kmp:
16-
rootDistDirRegex: /^(?!.*(?:jvm|android|ios|watchos|tvos|macos)).*$/
16+
rootDistDirRegex: /^(?!.*(?:jvm|android|ios|watchos|tvos|macos|js|wasm-js|linux|mingw)).*$/
1717
appleDistDirRegex: /(ios|watchos|tvos|macos)/
18+
klibDistDirRegex: /(js|wasm-js|linux|mingw)/
1819
excludeNames: /sentry-kotlin-multiplatform-gradle-plugin.*$/
1920
- name: maven
2021
id: plugin

0 commit comments

Comments
 (0)