add post creating business case

This commit is contained in:
2020-09-10 00:04:25 +06:00
parent cf1aa3ae0f
commit 60725d9fa3
31 changed files with 332 additions and 37 deletions

View File

@@ -37,8 +37,8 @@ dependencies {
api "com.insanusmokrassar:postssystem.utils.repos:$core_version"
api "com.insanusmokrassar:postssystem.exposed.commons:$core_version"
} else {
api projectByName("postssystem.utils.repos.common")
api projectByName("postssystem.exposed.commons")
api projectByName("utils.repos.common")
api projectByName("exposed.commons")
}
testImplementation "org.xerial:sqlite-jdbc:$test_sqlite_version"