2019-11-15 08:12:01 +00:00
|
|
|
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
|
|
|
|
2019-11-15 08:12:01 +00:00
|
|
|
include ':postssystem.core'
|
2020-07-26 17:03:23 +00:00
|
|
|
include ':postssystem.core.exposed'
|
2020-07-31 06:29:23 +00:00
|
|
|
|
2020-07-26 17:03: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'
|