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 10c28bf commit 5f19e26Copy full SHA for 5f19e26
build.gradle
@@ -4,8 +4,8 @@ buildscript {
4
repositories {
5
mavenCentral()
6
gradlePluginPortal()
7
- maven { url 'https://s01.oss.sonatype.org' }
8
- mavenLocal()
+// maven { url 'https://s01.oss.sonatype.org' }
+// mavenLocal()
9
google()
10
}
11
dependencies {
@@ -59,8 +59,8 @@ jar {
59
60
61
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
62
- maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
63
- maven { url "https://s01.oss.sonatype.org" }
+// maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
+// maven { url "https://s01.oss.sonatype.org" }
64
maven { url 'https://jitpack.io' }
65
66
0 commit comments