Build: Use Jar task instead ShadowJar task in :kotlin-daemon-client-new
This commit is contained in:
@@ -63,11 +63,7 @@ sourceSets {
|
|||||||
|
|
||||||
publish()
|
publish()
|
||||||
|
|
||||||
noDefaultJar()
|
runtimeJar()
|
||||||
|
|
||||||
runtimeJar(tasks.register<ShadowJar>("shadowJar")) {
|
|
||||||
from(mainSourceSet.output)
|
|
||||||
}
|
|
||||||
|
|
||||||
sourcesJar()
|
sourcesJar()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user