2024/.github/template-cleanup/settings.gradle.kts
Matej Focko a4cc41918e
chore: initial commit
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-01 13:13:49 +01:00

7 lines
112 B
Text

rootProject.name = "%NAME%"
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}