How to speed up grails test execution

前端 未结 7 1398
孤独总比滥情好
孤独总比滥情好 2020-12-12 21:31

While developing a Grails 1.0.5 app I\'m appalled at how slow the grails test-app command is. Even though the actual tests take just ~10 seconds, the whole exec

7条回答
  •  再見小時候
    2020-12-12 22:07

    Please see my answer here. A plugin relying on a poorly defined maven artifact can cause grails to go and look every time for a newer version.

    Grails very slow to resolve certain dependencies

提交回复
热议问题