Files
tut-spring-boot-kotlin/settings.gradle.kts
Sebastien Deleuze c2009b578e Update Gradle build to use the Kotlin DSL
Fix gh-33
2019-05-20 12:26:21 +02:00

6 lines
88 B
Plaintext

pluginManagement {
repositories {
gradlePluginPortal()
}
}
rootProject.name = "blog"