8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
maven { url = uri("https://repo.spring.io/release") }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = "extreme-string"
|