[build][dependencies] no dependencies from sonatype (#1315)

* [build][gradle][dependencies] makes adding dependencies easier

* [build][gradle][dependencies] adding dependencies to make performance independent from sonatype
This commit is contained in:
Vasily Levchenko
2018-02-12 18:48:56 +03:00
committed by Nikolay Igotti
parent 3c4d99557e
commit 4e745015e4
3 changed files with 67 additions and 88 deletions
+1 -11
View File
@@ -1,14 +1,9 @@
buildscript {
repositories {
maven {
//TODO: this path should be removed!!
url "https://oss.sonatype.org/content/repositories/snapshots"
}
mavenCentral()
maven {
url kotlinCompilerRepo
}
mavenCentral()
}
dependencies {
@@ -18,14 +13,9 @@ buildscript {
}
repositories {
maven {
//TODO: this path should be removed!!
url "https://oss.sonatype.org/content/repositories/snapshots"
}
maven {
url kotlinCompilerRepo
}
mavenCentral()
}
//TODO: property