mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
rootProject.name = "demo"
|
|
include("db")
|
|
include("core")
|
|
include("edge-consuming")
|