Open zekronium opened 9 months ago
Still happens with 2.0.65 and Gradle. I use:
implementation "io.netty:netty-tcnative-boringssl-static::windows-x86_64"
but I see all architectures in the resulting jar.
Well, scratch my previous comment. There was a mistake in my build script and I got it to work properly.
It seems to be that since
2.0.50.Final
its not possible to get just the specified classifier as per the wiki which results only the full Uber jar downloadedBehavior <= 2.0.49.Final
Behavior after >= 2.0.50.Final
This is the
pom.xml
dependenciesBehavior is the same with
${os.detected.classifier}