9 lines
174 B
Groovy
Vendored
9 lines
174 B
Groovy
Vendored
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
maven { url 'KOTLIN_REPO' }
|
|
}
|
|
|
|
}
|
|
rootProject.name = 'backendApplication' |