From 0ebc11270b97f326eb68881004747fa10022dcda Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Mon, 17 Feb 2020 19:03:07 +0300 Subject: [PATCH] Build: Remove duplicated manifestAttributes call from reflectShadowJar manifestAttributes call done in the result jar --- libraries/reflect/build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/reflect/build.gradle.kts b/libraries/reflect/build.gradle.kts index 97adf45f214..28114149d77 100644 --- a/libraries/reflect/build.gradle.kts +++ b/libraries/reflect/build.gradle.kts @@ -106,8 +106,6 @@ val reflectShadowJar by task { archiveClassifier.set("shadow") configurations = listOf(embedded) - callGroovy("manifestAttributes", manifest, project, "Main" /*true*/) - exclude("**/*.proto") if (kotlinBuildProperties.relocation) {