can jvm test suites have different versions of the...
# community-support
c
can jvm test suites have different versions of the same artifact? or would those end up on the same classpath resulting in jar hell
v
As long as you do not combine them somehow it should work just fine. They are sibling source sets.
👍 1