We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8778784 commit 4e7bfc3Copy full SHA for 4e7bfc3
backend/boot/build.gradle.kts
@@ -2,9 +2,9 @@ import common.*
2
3
plugins {
4
id("dev.suresh.plugin.kotlin.jvm")
5
+ kotlin("plugin.spring")
6
alias(libs.plugins.spring.boot)
7
alias(libs.plugins.spring.depmgmt)
- `kotlin-spring`
8
// id("dev.suresh.plugin.graalvm")
9
// id("dev.suresh.plugin.publishing")
10
}
settings.gradle.kts
@@ -63,10 +63,10 @@ if (isComposeModuleEnabled) {
63
// include(":compose:html")
64
65
66
-// if (isBootModuleEnabled) {
67
-// include(":backend:boot")
68
-// }
69
-//
+if (isBootModuleEnabled) {
+ include(":backend:boot")
+}
+
70
//// includeBuild("misc/build") {
71
//// dependencySubstitution {
72
//// substitute(module("dev.suresh:misc-build")).using(project(":"))
0 commit comments