I have a multi-module project that uses maven as its build system. I’m using Adopt OpenJDK 11.0.7 with Groovy 3.0.4 and building with Maven 3.6.3. The other suspect in this case is the module xml.resolver which is version 1.2.
� After much coaxing and cajoling, the project builds but when I try to run it up, it gives this error: � Error occurred during initialization of boot layer java.lang.module.ResolutionException: Modules org.codehaus.groovy.test and org.codehaus.groovy.xml export package groovy.util to module xml.resolver Has anyone come across this yet? Or have any clues as to how I can resolve it? �