-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.craft.yml
33 lines (32 loc) · 1.12 KB
/
.craft.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
minVersion: 1.2.1
changelogPolicy: auto
targets:
- name: maven
id: kmp
gradleCliPath: ./gradlew
mavenCliPath: scripts/mvnw
mavenSettingsPath: scripts/settings.xml
mavenRepoId: ossrh
mavenRepoUrl: https://oss.sonatype.org/service/local/staging/deploy/maven2/
android:
distDirRegex: /^(sentry-android-|.*-android).*$/
fileReplaceeRegex: /\d+\.\d+\.\d+(-\w+(\.\d+)?)?(-SNAPSHOT)?/
fileReplacerStr: release.aar
kmp:
rootDistDirRegex: /^(?!.*(?:jvm|android|ios|watchos|tvos|macos)).*$/
appleDistDirRegex: /(ios|watchos|tvos|macos)/
excludeNames: /sentry-kotlin-multiplatform-gradle-plugin.*$/
- name: maven
id: plugin
gradleCliPath: ./gradlew
mavenCliPath: scripts/mvnw
mavenSettingsPath: scripts/settings.xml
mavenRepoId: ossrh
mavenRepoUrl: https://oss.sonatype.org/service/local/staging/deploy/maven2/
android: false
includeNames: /sentry-kotlin-multiplatform-gradle-plugin.*$/
- name: github
- name: registry
sdks:
maven:io.sentry:sentry-kotlin-multiplatform:
# maven:io.sentry:sentry-kotlin-multiplatform-gradle-plugin: