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
Please check the User Guide before submitting "how do I do 'x'?" questions!
7.1.2
7.4.2
work well when rawString is true.
Throw required value not set exception when rawString is set to true.
tasks.withType<ShadowJar> { val prefix = "shaded" listOf( "io.netty", ).forEach { relocate(it, "$prefix.$it") } relocate( SimpleRelocator( "META-INF/native/libnetty_transport_native_epoll_x86_64.so", "META-INF/native/lib${prefix.replace(".", "_")}_netty_transport_native_epoll_x86_64.so", emptyList(), emptyList(), true ) ) }
jar tf <jar file>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Please check the User Guide before submitting "how do I do 'x'?" questions!
Shadow Version
7.1.2
Gradle Version
7.4.2
Expected Behavior
work well when rawString is true.
Actual Behavior
Throw required value not set exception when rawString is set to true.
Gradle Build Script(s)
Content of Shadow JAR (
jar tf <jar file>
- post link to GIST if too long)The text was updated successfully, but these errors were encountered: