add nexus repository links for BuildScripts

This commit is contained in:
baheroff 2024-10-01 17:19:58 +03:00
parent e3437f34c1
commit e0a2f0edfa
1 changed files with 2 additions and 0 deletions

View File

@ -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()