I am running a Grails application and it just gets stuck in the Configuring class path stage, Is there any way to get more info on whats going on? I tried the verboseCompi
If you are not seeing any output after setting Log level to verbose, it is probably because your grails.project.dependency.resolver parameter is still set to maven. Set it to ivy and check again.