Build: Use Jar task instead ShadowJar task in :kotlin-daemon-client-new

This commit is contained in:
Vyacheslav Gerasimov
2020-02-17 19:11:53 +03:00
parent 07949aaf4f
commit 35c4cc6d45
@@ -63,11 +63,7 @@ sourceSets {
publish()
noDefaultJar()
runtimeJar(tasks.register<ShadowJar>("shadowJar")) {
from(mainSourceSet.output)
}
runtimeJar()
sourcesJar()