We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2dc21 commit 1daa4fbCopy full SHA for 1daa4fb
build.gradle.kts
@@ -104,3 +104,11 @@ sentry {
104
tasks.sentryBundleSourcesJava {
105
enabled = System.getenv("SENTRY_AUTH_TOKEN") != null
106
}
107
+
108
+configurations {
109
+ all {
110
+ resolutionStrategy {
111
+ disableDependencyVerification() // Sensitive: dependency verification is disabled
112
+ }
113
114
+}
0 commit comments