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 cff48c9 commit eda4283Copy full SHA for eda4283
build.gradle.kts
@@ -78,11 +78,6 @@ apiValidation {
78
}
79
80
allprojects {
81
- repositories {
82
- google()
83
- mavenCentral()
84
- mavenLocal()
85
- }
86
group = Config.Sentry.group
87
version = properties[Config.Sentry.versionNameProp].toString()
88
description = Config.Sentry.description
settings.gradle.kts
@@ -7,6 +7,14 @@ pluginManagement {
7
8
9
10
+dependencyResolutionManagement {
11
+ repositories {
12
+ google()
13
+ mavenCentral()
14
+ mavenLocal()
15
+ }
16
+}
17
+
18
rootProject.name = "sentry-root"
19
rootProject.buildFileName = "build.gradle.kts"
20
0 commit comments