How to get more info on Grails app stuck in Configuring classpath stage?

后端 未结 3 2021
误落风尘
误落风尘 2021-02-19 02:32

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

3条回答
  •  无人共我
    2021-02-19 03:24

    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.

提交回复
热议问题