-
-
Notifications
You must be signed in to change notification settings - Fork 423
Throw required value not set exception when rawString is set to true #764
Copy link
Copy link
Closed
Description
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)
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
)
)
}Content of Shadow JAR (jar tf <jar file> - post link to GIST if too long)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels