Fix "base" jar and "public" jar tasks archive name conflict
fixes KT-20877
This commit is contained in:
@@ -24,14 +24,11 @@ projectTest {
|
|||||||
workingDir = projectDir
|
workingDir = projectDir
|
||||||
}
|
}
|
||||||
|
|
||||||
//noDefaultJar()
|
val jar: Jar by tasks
|
||||||
//tasks.remove(tasks.findByName("jar"))
|
jar.apply {
|
||||||
//
|
classifier = "base"
|
||||||
//runtimeJar(task<ShadowJar>("jar")) {
|
}
|
||||||
// from(packedJars)
|
|
||||||
// from(the<JavaPluginConvention>().sourceSets.getByName("main").output)
|
|
||||||
// configureRelocation()
|
|
||||||
//}
|
|
||||||
runtimeJar(rewriteDepsToShadedCompiler(
|
runtimeJar(rewriteDepsToShadedCompiler(
|
||||||
task<ShadowJar>("shadowJar") {
|
task<ShadowJar>("shadowJar") {
|
||||||
from(packedJars)
|
from(packedJars)
|
||||||
|
|||||||
Reference in New Issue
Block a user