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