7605be196a
(cherry picked from commit 8a8be969bb
)
Signed-off-by: Matej Focko <me@mfocko.xyz>
7 lines
125 B
Text
7 lines
125 B
Text
rootProject.name = "advent-of-code-2024"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|