mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-12-03 04:46:36 +00:00
update repos
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -14,11 +14,13 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven { url "https://kotlin.bintray.com/kotlinx" }
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven { url "https://kotlin.bintray.com/kotlinx" }
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
apply from: "./extensions.gradle"
|
||||
|
||||
Reference in New Issue
Block a user