mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-22 16:23:50 +00:00
fixes in templates
This commit is contained in:
parent
c1566f0c53
commit
ff27adb0f1
@ -4,10 +4,10 @@ project.group = "$group"
|
||||
apply from: "$publishGradlePath"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven { url "https://kotlin.bintray.com/kotlinx" }
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
@ -7,6 +7,7 @@ repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven { url "https://kotlin.bintray.com/kotlinx" }
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
Loading…
Reference in New Issue
Block a user