Files
aoc-2023/.github/template-cleanup/settings.gradle.kts
julien Lengrand-Lambert d8a963e90d Initial commit
2023-12-01 01:33:20 +01:00

8 lines
112 B
Kotlin

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