temporal push for keeping history
This commit is contained in:
@@ -1,14 +1,26 @@
|
||||
rootProject.name='postssystem'
|
||||
|
||||
include ':postssystem.utils.repos'
|
||||
include ':postssystem.exposed.commons'
|
||||
include ':postssystem.utils.repos.exposed'
|
||||
String[] includes = [
|
||||
':utils:repos',
|
||||
':utils:repos:exposed',
|
||||
|
||||
include ':postssystem.core'
|
||||
include ':postssystem.core.exposed'
|
||||
':exposed:commons',
|
||||
|
||||
include ':postssystem.core.publishing'
|
||||
include ':postssystem.core.publishing.exposed'
|
||||
':ktor:common',
|
||||
':ktor:client',
|
||||
|
||||
include ':postssystem.markups.core'
|
||||
include ':postssystem.markups.html'
|
||||
':core:api',
|
||||
':core:exposed',
|
||||
':core:ktor:common',
|
||||
':core:ktor:client',
|
||||
|
||||
':publishing:api',
|
||||
':publishing:exposed',
|
||||
|
||||
':markups',
|
||||
':markups:html'
|
||||
]
|
||||
|
||||
includes.each {
|
||||
include it
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user