aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.idea/kotlinc.xml2
-rw-r--r--build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt1
2 files changed, 1 insertions, 2 deletions
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
index 0e65ceac..4251b727 100644
--- a/.idea/kotlinc.xml
+++ b/.idea/kotlinc.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinJpsPluginSettings">
- <option name="version" value="1.7.21" />
+ <option name="version" value="1.7.22" />
</component>
</project> \ No newline at end of file
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 4ac5a7f6..c377ee0f 100644
--- a/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt
+++ b/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt
@@ -33,7 +33,6 @@ class SentryPlugin : Plugin<Project> {
ignoredFlavors.set(setOf(ProductFlavors.FREE))
tracingInstrumentation { enabled.set(false) }
autoInstallation.enabled.set(false)
- includeDependenciesReport.set(false)
}
}
}