core/settings.gradle

15 lines
374 B
Groovy
Raw Normal View History

rootProject.name='postssystem'
2020-07-31 06:29:23 +00:00
2020-07-30 13:40:33 +00:00
include ':postssystem.utils.repos'
2020-07-30 09:28:11 +00:00
include ':postssystem.exposed.commons'
2020-07-30 13:40:33 +00:00
include ':postssystem.utils.repos.exposed'
2020-07-31 06:29:23 +00:00
include ':postssystem.core'
include ':postssystem.core.exposed'
2020-07-31 06:29:23 +00:00
include ':postssystem.core.publishing'
2020-07-30 09:28:11 +00:00
include ':postssystem.core.publishing.exposed'
2020-07-31 06:29:23 +00:00
include ':postssystem.markups.core'
include ':postssystem.markups.html'