Exclude META-INF/services from kotlin-reflect-sources.jar

This commit is contained in:
Alexander Udalov
2018-01-22 15:30:27 +01:00
parent 3bf5f44b9d
commit f516667640
+2
View File
@@ -186,6 +186,8 @@ val relocateCoreSources by task<Copy> {
from("$core/deserialization/src")
from("$core/util.runtime/src")
exclude("META-INF/services/**")
into(relocatedCoreSrc)
includeEmptyDirs = false