Build: Remove duplicated manifestAttributes call from reflectShadowJar

manifestAttributes call done in the result jar
This commit is contained in:
Vyacheslav Gerasimov
2020-02-17 19:03:07 +03:00
parent 54d8afea40
commit 0ebc11270b
-2
View File
@@ -106,8 +106,6 @@ val reflectShadowJar by task<ShadowJar> {
archiveClassifier.set("shadow")
configurations = listOf(embedded)
callGroovy("manifestAttributes", manifest, project, "Main" /*true*/)
exclude("**/*.proto")
if (kotlinBuildProperties.relocation) {