From 5c35acdfbcffdacb2e35b51dcbd8e279db44c5ae Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 19 Dec 2022 11:40:28 +0530 Subject: fix: disable Sentry dependency report Incompatible with configuration cache --- build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'build-logic') diff --git a/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt b/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt index c377ee0f..4ac5a7f6 100644 --- a/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt +++ b/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt @@ -33,6 +33,7 @@ class SentryPlugin : Plugin { ignoredFlavors.set(setOf(ProductFlavors.FREE)) tracingInstrumentation { enabled.set(false) } autoInstallation.enabled.set(false) + includeDependenciesReport.set(false) } } } -- cgit v1.2.3