2024/.github/template-cleanup/settings.gradle.kts

8 lines
112 B
Text
Raw Normal View History

2024-12-01 13:01:15 +01:00
rootProject.name = "%NAME%"
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}