Files

9 lines
172 B
Groovy
Vendored

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