mirror of
https://github.com/ulitsaRaskolnikova/is-coursework.git
synced 2026-09-12 19:59:56 +05:00
15 lines
457 B
Plaintext
15 lines
457 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
plugins {
|
|
id("org.springframework.boot") version "3.2.0"
|
|
id("io.spring.dependency-management") version "1.1.4"
|
|
}
|
|
}
|
|
|
|
rootProject.name = "domain-registrar"
|
|
|
|
include("api-gateway", "common", "domain-service", "notification-service", "auth-service", "order-service", "admin-service", "audit-service", "scheduler-service", "payment-service")
|