mirror of
https://github.com/jlengrand/aoc-2023.git
synced 2026-03-10 08:01:23 +00:00
8 lines
112 B
Kotlin
8 lines
112 B
Kotlin
rootProject.name = "%NAME%"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|