Skip to content

Commit

Permalink
Add missing Kotlin Compiler Plugin Marker config (#488)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
  • Loading branch information
markushi and romtsn authored May 12, 2023
1 parent 7d91874 commit e487ffc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ targets:
- name: registry
sdks:
maven:io.sentry:sentry-android-gradle-plugin:
maven:io.sentry:sentry-kotlin-compiler-plugin:
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fixes

- Add missing Kotlin Compiler Plugin Marker config ([#488](https://github.com/getsentry/sentry-android-gradle-plugin/pull/488))

## 3.6.0

### Features
Expand Down
5 changes: 5 additions & 0 deletions plugin-build/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ distributions {
from("build${sep}publications${sep}sentryPluginPluginMarkerMaven")
}
}
create("sentryKotlinCompilerPluginMarker") {
contents {
from("build${sep}publications${sep}kotlinCompilerPluginPluginMarkerMaven")
}
}
}

apply {
Expand Down

0 comments on commit e487ffc

Please sign in to comment.