|
@@ -78,8 +78,9 @@ subprojects{
|
|
|
|
|
|
repositories {
|
|
|
mavenLocal()
|
|
|
- maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
|
|
|
+ maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
|
|
|
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
|
|
+ maven { url "http://www.cameliatk.jp/maven2/repository/thirdparty"}
|
|
|
jcenter()
|
|
|
}
|
|
|
|