covid19-ru/settings.gradle

11 lines
182 B
Groovy
Raw Normal View History

2020-04-03 16:51:54 +03:00
pluginManagement {
repositories {
gradlePluginPortal()
}
}
rootProject.name = 'covid19'
2020-04-03 02:05:42 +03:00
include ':covid19-model'
include ':covid19-api'
include ':covid19-scheduler'