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")
|
archiveClassifier.set("shadow")
|
||||||
configurations = listOf(embedded)
|
configurations = listOf(embedded)
|
||||||
|
|
||||||
callGroovy("manifestAttributes", manifest, project, "Main" /*true*/)
|
|
||||||
|
|
||||||
exclude("**/*.proto")
|
exclude("**/*.proto")
|
||||||
|
|
||||||
if (kotlinBuildProperties.relocation) {
|
if (kotlinBuildProperties.relocation) {
|
||||||
|
|||||||
Reference in New Issue
Block a user