Skip to content

Commit 60e6b63

Browse files
committed
remove bintray repo
1 parent 25bf3e1 commit 60e6b63

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ buildscript {
33
ext.arouter_register_version = '1.0.2'
44

55
repositories {
6-
maven {
7-
url 'http://dl.bintray.com/jetbrains/intellij-plugin-service'
8-
}
96
mavenCentral()
107
google()
118
}
@@ -23,9 +20,6 @@ allprojects {
2320
repositories {
2421
mavenLocal()
2522
mavenCentral()
26-
maven {
27-
url "https://s01.oss.sonatype.org/content/repositories/releases/"
28-
}
2923
google()
3024
}
3125
}

0 commit comments

Comments
 (0)