Files
itroi/settings.gradle.kts
T
2025-12-21 18:14:27 +02:00

4 lines
193 B
Kotlin

rootProject.name = "itroi"
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
include("models", "vehicle-service", "route-service", "freight-service", "shared", "api-gateway", "eureka-server")