We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
taboolib-gradle-plugin/src/main/groovy/io/izzel/taboolib/gradle/RelocateJar.groovy
Line 186 in 07512c4
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×
The text was updated successfully, but these errors were encountered:
No branches or pull requests
taboolib-gradle-plugin/src/main/groovy/io/izzel/taboolib/gradle/RelocateJar.groovy
Line 186 in 07512c4
似乎是多次生成了plugin.yml导致的
注:
gradle clean build √
gradle clean build + gradle build×
The text was updated successfully, but these errors were encountered: