Build: Remove duplicated manifestAttributes call from reflectShadowJar
manifestAttributes call done in the result jar
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user