Closed jjohannes closed 4 months ago
For example, to patch io.netty:netty-transport-native-epoll with classifier linux-x86_64 you have to use the file name:
io.netty:netty-transport-native-epoll
linux-x86_64
module("netty-transport-native-epoll-4.1.87.Final-linux-x86_64.jar", "io.netty.transport.epoll.linux.x86_64")
It should be possible to do it like this:
module("o.netty:netty-transport-native-epoll|linux-x86_64", "io.netty.transport.epoll.linux.x86_64")
Moved to: https://github.com/gradlex-org/extra-java-module-info/issues/130
For example, to patch
io.netty:netty-transport-native-epoll
with classifierlinux-x86_64
you have to use the file name:It should be possible to do it like this: