update repos

This commit is contained in:
2020-10-16 17:59:51 +06:00
parent 87230d010c
commit 3babc94842
3 changed files with 8 additions and 24 deletions

View File

@@ -3,13 +3,6 @@ project.group = "$group"
apply from: "$publishGradlePath"
repositories {
jcenter()
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
mavenLocal()
}
kotlin {
jvm()