12 lines
214 B
Text
12 lines
214 B
Text
|
pluginManagement {
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
plugins {
|
||
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
|
||
|
}
|
||
|
|
||
|
rootProject.name = "aoc-01"
|