Always depend on runtimeJar of kotlin-daemon-client

This commit is contained in:
Alexey Tsvetkov
2018-02-22 08:08:07 +03:00
parent 0039be6972
commit c736f229ce
8 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,6 @@ val projectsToShadow = listOf(
":kotlin-build-common",
":compiler:cli-common",
":kotlin-compiler-runner",
":kotlin-daemon-client",
":compiler:daemon-common",
":core:descriptors",
":core:descriptors.jvm",
@@ -28,6 +27,7 @@ dependencies {
projectsToShadow.forEach {
embeddedComponents(project(it)) { isTransitive = false }
}
embeddedComponents(projectRuntimeJar(":kotlin-daemon-client"))
}
runtimeJar<ShadowJar>(task<ShadowJar>("jar")) {