Exclude META-INF/services from kotlin-reflect-sources.jar
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user