8 lines
175 B
Kotlin
8 lines
175 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
maven { url = uri("https://repo.spring.io/milestone") }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject . name = "okupamicoche"
|