Skip to content

Commit 1daa4fb

Browse files
disabled dependency checking
1 parent cb2dc21 commit 1daa4fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,11 @@ sentry {
104104
tasks.sentryBundleSourcesJava {
105105
enabled = System.getenv("SENTRY_AUTH_TOKEN") != null
106106
}
107+
108+
configurations {
109+
all {
110+
resolutionStrategy {
111+
disableDependencyVerification() // Sensitive: dependency verification is disabled
112+
}
113+
}
114+
}

0 commit comments

Comments
 (0)