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

This commit is contained in:
Vyacheslav Gerasimov
2020-02-17 19:14:25 +03:00
parent 6c8c126ebc
commit 07949aaf4f
+1 -5
View File
@@ -49,11 +49,7 @@ sourceSets {
publish()
noDefaultJar()
runtimeJar(tasks.register<ShadowJar>("shadowJar")) {
from(mainSourceSet.output)
}
runtimeJar()
sourcesJar()