17 lines
271 B
Kotlin
17 lines
271 B
Kotlin
rootProject.name = "im-system-backend"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
include("gateway", "im-service", "log-service")
|