Skip to content

Commit 9a49157

Browse files
changed build.gradle.kts
1 parent 1daa4fb commit 9a49157

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,3 @@ 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)