Exclude .proto files from kotlin-reflect.jar

#KT-22459 Fixed
This commit is contained in:
Alexander Udalov
2018-01-22 15:19:29 +01:00
parent 399282234e
commit 3bf5f44b9d
+2
View File
@@ -138,6 +138,8 @@ val reflectShadowJar by task<ShadowJar> {
include("META-INF/services/**")
}
exclude("**/*.proto")
transform(KotlinModuleShadowTransformer(logger))
configurations = listOf(shadows)