Search code examples
testinggrailsgrails-plugin

Grails: running test-app grails uninstall lesscss plugin


I'm using Grails to build an application, I have a problem... I've installed the lesscss to manage the css, but each time I try to test my application with test-app command, it uninstalls the plugin. Why is that happening?

grails> test-app :integration
| Uninstalled plugin [lesscss]
| Compiling 40 source files

I'm very confused...


Solution

  • The plugin dependency is probably not included anymore in either BuildConfig.groovy or application.properties.