craigburke / karma-gradle

Gradle Plugin for Running tests with Karma
Other
21 stars 11 forks source link

karmaDependencies task doesn't update changed dependencies #30

Open ilya-g opened 7 years ago

ilya-g commented 7 years ago

karmaDependencies task is UP-TO-DATE even after changing something in karma { dependencies }.

So if you want to be sure that you have dependencies mentioned in your config downloaded, you have to always execute karmaClean beforehand, and then redownload all dependencies afresh.