7 lines
114 B
Text
7 lines
114 B
Text
rootProject.name = "aoc-2023"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|