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