mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-04 12:37:43 -05:00
10 lines
128 B
Groovy
10 lines
128 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "sdkman-cli"
|