We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a43783 commit ab2b2a4Copy full SHA for ab2b2a4
.craft.yml
@@ -13,8 +13,9 @@ targets:
13
fileReplaceeRegex: /\d+\.\d+\.\d+(-\w+(\.\d+)?)?(-SNAPSHOT)?/
14
fileReplacerStr: release.aar
15
kmp:
16
- rootDistDirRegex: /^(?!.*(?:jvm|android|ios|watchos|tvos|macos)).*$/
+ rootDistDirRegex: /^(?!.*(?:jvm|android|ios|watchos|tvos|macos|js|wasm-js|linux|mingw)).*$/
17
appleDistDirRegex: /(ios|watchos|tvos|macos)/
18
+ klibDistDirRegex: /(js|wasm-js|linux|mingw)/
19
excludeNames: /sentry-kotlin-multiplatform-gradle-plugin.*$/
20
- name: maven
21
id: plugin
0 commit comments