Skip to content

Commit

Permalink
Add to craft
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Jun 11, 2024
1 parent 51d5136 commit 87f7a7f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ minVersion: 1.2.1
changelogPolicy: auto
targets:
- name: maven
id: kmp
gradleCliPath: ./gradlew
mavenCliPath: scripts/mvnw
mavenSettingsPath: scripts/settings.xml
Expand All @@ -14,8 +15,19 @@ targets:
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:

0 comments on commit 87f7a7f

Please sign in to comment.