11 lines
228 B
Groovy
Vendored
11 lines
228 B
Groovy
Vendored
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven {
|
|
url 'https://dl.bintray.com/kotlin/kotlin-dev'
|
|
}
|
|
}
|
|
|
|
}
|
|
rootProject.name = 'fullStackWebApplication' |