Exclude .proto files from kotlin-reflect.jar
#KT-22459 Fixed
This commit is contained in:
@@ -138,6 +138,8 @@ val reflectShadowJar by task<ShadowJar> {
|
|||||||
include("META-INF/services/**")
|
include("META-INF/services/**")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exclude("**/*.proto")
|
||||||
|
|
||||||
transform(KotlinModuleShadowTransformer(logger))
|
transform(KotlinModuleShadowTransformer(logger))
|
||||||
|
|
||||||
configurations = listOf(shadows)
|
configurations = listOf(shadows)
|
||||||
|
|||||||
Reference in New Issue
Block a user