return nexus links to build gradle repositories
This commit is contained in:
parent
0cb4867db0
commit
a856254339
|
|
@ -7,8 +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") }
|
||||
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