Grails hangs on command line

血红的双手。 提交于 2019-12-04 05:28:34

Cleaning .ivy cache helps

$HOME/.grails/ivy-cache

Had the same problem on grails 2.0.4.

The cause was one of the repos not responding and grails waits for it to timeout.

Setting log "verbose" in BuildConfig.groovy helped me find which repository caused the problem.

Try to add --offline to te command

$ grails clean --offline worked for me, as I was stuck on configuring classpath due to unresolved dependencies.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!