8 lines
143 B
Groovy
Vendored
8 lines
143 B
Groovy
Vendored
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
|
|
}
|
|
rootProject.name = 'fullStackWebApplication' |