7 lines
109 B
Groovy
7 lines
109 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = 'test-service'
|