Don't pack kotlin-daemon-client and daemon-common into kotlin-compiler-runner jar
This commit is contained in:
@@ -26,10 +26,6 @@ sourceSets {
|
||||
}
|
||||
|
||||
val jar: Jar by tasks
|
||||
jar.apply {
|
||||
from(getSourceSetsFrom(":kotlin-daemon-client")["main"].output.classesDirs)
|
||||
from(getSourceSetsFrom(":compiler:daemon-common")["main"].output.classesDirs)
|
||||
}
|
||||
|
||||
runtimeJar(rewriteDepsToShadedCompiler(jar))
|
||||
sourcesJar()
|
||||
|
||||
Reference in New Issue
Block a user