run/springboot-hello-world/settings.gradle.kts (10 lines of code) (raw):
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "springboot-hello-world"
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}