Files
Project-Mirror/settings.gradle
2022-07-17 07:43:57 +03:00

6 lines
76 B
Groovy

rootProject.name = 'project-mirror'
include(
'core',
'web-spring'
)