Fix dependency management.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("org.springframework.boot")
|
||||
id("io.spring.dependency-management")
|
||||
id("org.springframework.boot") version "3.4.3"
|
||||
id("io.spring.dependency-management") version "1.1.7"
|
||||
id("java")
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@ dependencies {
|
||||
}
|
||||
|
||||
springBoot {
|
||||
mainClass = "com.example.demo.launcher.ApplicationLauncher"
|
||||
mainClass = "com.example.demo.launcher.ApplicationLauncherKt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user