mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
fix(build): skip Sentry setup for CI benchmarks
This commit is contained in:
parent
ab905d4061
commit
a26fd0862f
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ import org.gradle.kotlin.dsl.getByType
|
|||
class SentryPlugin : Plugin<Project> {
|
||||
|
||||
override fun apply(project: Project) {
|
||||
if (project.providers.environmentVariable("CI_BENCHMARK").isPresent) return
|
||||
project.pluginManager.withPlugin("com.android.application") {
|
||||
val catalog = project.extensions.getByType<VersionCatalogsExtension>()
|
||||
val libs = catalog.named("libs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue