Hey all! I've been struggling with something in my gradle build, I was wondering if someone has a ready made example for that: I want to shadow just a single dependency (protobuf) when releasing my library using maven-publish.
I've tried few setups using
#C06TFEALHGA, including copying the work done in Kafka here:
https://github.com/apache/kafka/blob/9a2043041d38c6555ce0abf6d1438adb34f565b2/build.gradle, but none of them work for one reason or another: either I stumble on some issue with a wrong generated MANIFEST file, or the pom file doesn't contain the
other dependencies that should be declared in the pom (they're simply not there), and so on...