Runtime gradle dependency issues | Susan Hert | 2017-10-04 14:52 |
Status: Closed | ||
This being a run-time failure suggests that there's a jar file not being found somewhere. If you look in your build/deploy/modules/<first module>/lib and build/deploy/modules/<second module>/lib directories do you see the jar files you expect? And does the first module's jar file contain the class that it's not finding? Susan |
||