We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bf3e1 commit 60e6b63Copy full SHA for 60e6b63
1 file changed
build.gradle
@@ -3,9 +3,6 @@ buildscript {
3
ext.arouter_register_version = '1.0.2'
4
5
repositories {
6
- maven {
7
- url 'http://dl.bintray.com/jetbrains/intellij-plugin-service'
8
- }
9
mavenCentral()
10
google()
11
}
@@ -23,9 +20,6 @@ allprojects {
23
20
24
21
mavenLocal()
25
22
26
27
- url "https://s01.oss.sonatype.org/content/repositories/releases/"
28
29
30
31
0 commit comments