11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
|
|
}
|
|
rootProject.name = "shared"
|
|
|
|
include("kafka")
|
|
include("contract")
|
|
include("common")
|
|
|
|
|