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