I have a multiproject Grails application (one application separated into several plugins).
Even though the application is not huge (one application and 6 plugins) it takes a considerably long time to run all tests. Basically, the majority of the test-time is dedicated for grails to startup the environment and resolving dependencies for each and every plugin in the gradle-project. It there any way to improve the time for running a multiproject grails application? Thanks
