Skip to content

Commit 2363a23

Browse files
authored
Merge pull request #66 from classmethod/feature/no-jcenter
jcenterをみない
2 parents 010329f + f555077 commit 2363a23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
buildscript {
44
repositories {
5-
jcenter()
65
mavenCentral()
76
maven { url "https://plugins.gradle.org/m2/" }
87
}
@@ -65,7 +64,6 @@ javadoc {
6564
}
6665

6766
repositories {
68-
jcenter()
6967
mavenCentral()
7068
maven { url "http://maven.classmethod.info/snapshot" } // for spar-wings
7169
maven { url "http://maven.classmethod.info/release" } // for spar-wings

0 commit comments

Comments
 (0)