Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gradle多module导致的ZipException #8

Open
Itsusinn opened this issue Aug 20, 2021 · 0 comments
Open

gradle多module导致的ZipException #8

Itsusinn opened this issue Aug 20, 2021 · 0 comments

Comments

@Itsusinn
Copy link

Itsusinn commented Aug 20, 2021

Causedby:java.util.zip.ZipException:duplicateentry:plugin.yml
atjava_util_jar_JarOutputStream$putNextEntry.call(UnknownSource)
atio.izzel.taboolib.gradle.RelocateJar$_relocate_closure6$_closure16$_closure18.doCall(RelocateJar.groovy:186)
atjdk.internal.reflect.GeneratedMethodAccessor1538.invoke(UnknownSource)
atjava.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
atio.izzel.taboolib.gradle.RelocateJar$_relocate_closure6$_closure16.doCall(RelocateJar.groovy:184)
atjava.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)
atjava.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
atjava.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
atorg.apache.groovy.nio.extensions.NioExtensions.withCloseable(NioExtensions.java:1927)
atjdk.internal.reflect.GeneratedMethodAccessor61.invoke(UnknownSource)
atjava.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
atio.izzel.taboolib.gradle.RelocateJar$_relocate_closure6.doCall(RelocateJar.groovy:161)

似乎是多次生成了plugin.yml导致的

注:
gradle clean build √
gradle clean build + gradle build×

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant