Details
Description
I tried to run the test app from GPRESOURCES-129 and noticed this bug.
Steps to reproduce:
1. Get test app from GPRESOURCES-129 and unzip it. It contains an app and a plugin.
2. cd ResTest
3. Then try to install the plugin:
➜ ResTest grails install-plugin ../ImageProvider/grails-image-provider-0.2.zip
| Configuring classpath
| Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
- org.grails.plugins:image-provider:0.2
There is a workaround:
Edit application.properties manually (remove the line "plugins.[plugin name]=[plugin version]")