14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.springframework.boot:spring-boot-gradle-plugin:4.0.4")
|
|
implementation("io.spring.gradle:dependency-management-plugin:1.1.7")
|
|
}
|