Skip to content

Commit 4e7bfc3

Browse files
committed
chore: springboot fixes
1 parent 8778784 commit 4e7bfc3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/boot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import common.*
22

33
plugins {
44
id("dev.suresh.plugin.kotlin.jvm")
5+
kotlin("plugin.spring")
56
alias(libs.plugins.spring.boot)
67
alias(libs.plugins.spring.depmgmt)
7-
`kotlin-spring`
88
// id("dev.suresh.plugin.graalvm")
99
// id("dev.suresh.plugin.publishing")
1010
}

settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ if (isComposeModuleEnabled) {
6363
// include(":compose:html")
6464
}
6565

66-
// if (isBootModuleEnabled) {
67-
// include(":backend:boot")
68-
// }
69-
//
66+
if (isBootModuleEnabled) {
67+
include(":backend:boot")
68+
}
69+
7070
//// includeBuild("misc/build") {
7171
//// dependencySubstitution {
7272
//// substitute(module("dev.suresh:misc-build")).using(project(":"))

0 commit comments

Comments
 (0)