On Mon, Aug 17, 2020 at 8:35 AM Goyot, Martin <[email protected]> wrote: > I have an issue with a dependency on my plugin and would like to shade it.
In my experience you need to switch to a multimodule (reactor) project, with one helper module that shades the lib, and then depend on the helper module from your plugin. `artifact-manager-s3` has a dep on newer Guava using `pluginFirstClassLoader`, though this forms its own type of hell. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr07mhUiGBj1nGLMpZXkcAfVrYUX2N2kWVyZBqdrLzVzUQ%40mail.gmail.com.
