temporal fix of tasks cyclic error

This commit is contained in:
2020-08-10 17:27:16 +06:00
parent 5e15435c11
commit f3f670abd7
12 changed files with 50 additions and 29 deletions
build.gradle
core
exposed/commons
ktor/client
markups
publishing
settings.gradle
utils/repos/exposed

@ -37,7 +37,7 @@ dependencies {
if ((project.hasProperty('RELEASE_MODE') && project.property('RELEASE_MODE') == "true") || System.getenv('RELEASE_MODE') == "true") {
api "com.insanusmokrassar:postssystem.utils.repos:$core_version"
} else {
api project(":utils:repos:common")
api project(":utils:repos:utils.repos.common")
}
testImplementation "org.jetbrains.kotlin:kotlin-test"