mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
feat: rework Sentry disabling logic for benchmark builds
This commit is contained in:
parent
8b7bcaa92f
commit
a2157ae618
3 changed files with 7 additions and 4 deletions
|
@ -21,7 +21,6 @@ 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