mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-26 00:32:34 +03:00
10 lines
221 B
Plaintext
10 lines
221 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")
|