On 27.03.2017 22:14, Wilson MacGyver wrote:
as I recall, there are also rules about jigsaw not allowing same package path from multiple modules. It's not till java 9, but that maybe a concern.
That is right, yes... it is only a problem for Groovy as named or automatic module though. As long as Groovy stays in the classpath/annonymous module variant, there is no such problem with multiple jars, as long as the overlapping package names are all from the classpath/annonymous module
bye Jochen