diff --git a/build.gradle.kts b/build.gradle.kts index 6289800..38e7045 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")