hey all, I have (for big organizational issues) a ...
# general
a
hey all, I have (for big organizational issues) a need to have 2 versions of an external library in my repo. When I do a compile of the entire repo, compilation fails due to one place expecting a class that was only available in the 2.xx branch, or another place that wants to reference a new class in the 3.xx. Any suggestions for how to handle this? Is there a good way to relocate a jar_library, or some other strategy?