Files

11 lines
199 B
Groovy
Vendored

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