build.gradle.kts
This commit is contained in:
parent
b6b9847120
commit
685dabaf72
@ -14,14 +14,6 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
buildscript {
|
||||
ext {
|
||||
val kotlinVersion = "1.2.20"
|
||||
val springBootVersion = "2.0.0.RELEASE"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter")
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user