Files

11 lines
194 B
Groovy
Vendored

pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven {
url 'KOTLIN_REPO'
}
}
}
rootProject.name = 'backendApplication'