add nexus repository links for BuildScripts
This commit is contained in:
parent
e3437f34c1
commit
e0a2f0edfa
|
|
@ -7,6 +7,8 @@ plugins {
|
|||
|
||||
// The kotlin-dsl plugin requires a repository to be declared
|
||||
repositories {
|
||||
maven { url = uri("https://nexus.lan.ubrr.ru/repository/gradle-central") }
|
||||
maven { url = uri("https://nexus.lan.ubrr.ru/repository/maven-jcenter") }
|
||||
jcenter()
|
||||
google()
|
||||
gradlePluginPortal()
|
||||
|
|
|
|||
Loading…
Reference in New Issue