[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:
committed by
Nikolay Igotti
parent
3c4d99557e
commit
4e745015e4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user