Build: remove mergeServiceFiles from reflectShadowJar

This commit is contained in:
Sergey Rostov
2019-06-27 17:35:38 +03:00
committed by Vyacheslav Gerasimov
parent 2d6a3cb2c8
commit 6647d8fd93
+1 -2
View File
@@ -109,14 +109,13 @@ class KotlinModuleShadowTransformer(private val logger: Logger) : Transformer {
val reflectShadowJar by task<ShadowJar> {
archiveClassifier.set("shadow")
duplicatesStrategy = DuplicatesStrategy.FAIL
configurations = listOf(embedded)
callGroovy("manifestAttributes", manifest, project, "Main" /*true*/)
exclude("**/*.proto")
mergeServiceFiles()
if (kotlinBuildProperties.relocation) {
transform(KotlinModuleShadowTransformer(logger))
relocate("org.jetbrains.kotlin", "kotlin.reflect.jvm.internal.impl")